代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/449504/7502537

m matadd.m

function out = matadd(x,y) % PURPOSE: performs matrix addition even if matrices % are not of the same dimension, but are row or % column compatible %-----------------------------
www.eeworm.com/read/449504/7502591

m matdiv.m

function out = matdiv(x,y) % PURPOSE: performs matrix division even if matrices % are not of the same dimension, but are row or % column compatible %-----------------------------
www.eeworm.com/read/449504/7502600

m matsub.m

function out = matsub(x,y) % PURPOSE: performs matrix subtraction even if matrices % are not of the same dimension, but are row or % column compatible %--------------------------
www.eeworm.com/read/407047/11430782

m createchannelmap.m

%CREATECHANNELMATRICES CREATECHANNELMATRICES creates vectors and matrices holding a channel index % which can be used to refer to a linkPerfTables in the array linkPerf of al
www.eeworm.com/read/407047/11430844

m updatechannelmatrices.m

%UPDATECHANNELMATRICES UPDATECHANNELMATRICES creates vectors and matrices holding a channel index % which can be used to refer to a linkPerfTables in the array linkPerf of al
www.eeworm.com/read/119084/14839741

txt matrix.txt

/**************************************************************************\ MODULE: matrix SUMMARY: Macros are deined providing template-like classes for dynamic-sized, recatngular matrices. The
www.eeworm.com/read/218764/14907372

c fmm_internal.c

/*============================================================================ Internal Strassen (fmm) routine used in the recursion. This one works on arbitrary size matrices. Inputs transa,trans
www.eeworm.com/read/210685/15193418

m createchannelmap.m

%CREATECHANNELMATRICES CREATECHANNELMATRICES creates vectors and matrices holding a channel index % which can be used to refer to a linkPerfTables in the array linkPerf of al
www.eeworm.com/read/370333/9605492

m kvect2.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% diagonal matrices with elements (kx+Gx) si (ky+Gy); (kx,ky) are in the %%% first Brillouin zone, (Gx
www.eeworm.com/read/106690/15626705

m convolve.m

% convolve() - convolve two matrices (normalize by the sum of convolved % elements to compensate for border effects). % % Usage: % >> r = convolve( a, b ); % % Inputs: % a -