代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/358827/10178434
m gauss.m
function x = gauss(A,B)
%The sizes of matrices A,B are supposed to be NA x NA and NA x NB.
%This function solves Ax = B by Gauss elimination algorithm.
NA = size(A,2);
[NB1,NB] = size(B);
if NB1 ~= NA
www.eeworm.com/read/351797/10609841
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh
www.eeworm.com/read/421962/10674097
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh
www.eeworm.com/read/273052/7102998
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh
www.eeworm.com/read/165343/7143872
m lattstuff.m
% Some generator matrices and lattice coding gains
% for the lattices A2, D4, E6, E8, Lambda16, Lambda24
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educa
www.eeworm.com/read/459616/7270610
cpp maddct1.cpp
// step count for matrix addition
#include
#include "make2db.h"
int count = 0;
template
void Add( T **a, T **b, T **c, int rows, int cols)
{// Add matrices a and b to obtain m
www.eeworm.com/read/398324/7994427
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh
www.eeworm.com/read/398324/7994573
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh