代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/228652/14371656

m uminus.m

function Q = uminus(P) % UMINUS -- unary minus for matrix polynomials % % Q = - P % Q = uminus(P) % % This routine is not meant to be called by the user. It is called by % Matla
www.eeworm.com/read/123946/14605535

m fnorm.m

function y=fnorm(w,f,p) %FNORM Norms of MVFR matrix. % FNORM(W,F,p) applies NORM(Fm,p) to each component matrix % Fm of the MVFR matrix, F. The results are returned as % a column vector of len
www.eeworm.com/read/123946/14605665

m ftrn.m

function fout=ftrn(w,f) %FTRN Complex conjugate transpose of MVFR matrix. % FTRN(W,F) returns an MVFR matrix whose component % matrices are the complex conjugate transposes % o
www.eeworm.com/read/221024/14773593

html http:^^www.cs.cornell.edu^info^people^nikos^html^research.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Sunday, 01-Dec-96 20:23:13 GMT Content-Type: text/html Content-Length: 1171 Last-Modified: Friday, 03-May-96 22:17:27 GMT
www.eeworm.com/read/220289/14843780

m dist2.m

function n2 = dist2(x, c) %DIST2 Calculates squared distance between two sets of points. % % Description % D = DIST2(X, C) takes two matrices of vectors and calculates the % squared Euclidean distance
www.eeworm.com/read/219596/14874255

m readme.m

SOFTWARE INSTRUCTIONS for readers of Model-based predictive control: a practical approach, by J.A. Rossiter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/214672/15092364

c matmult.c

/* matmult.c * Test program to do matrix multiplication on large arrays. * * Intended to stress virtual memory system. * * Ideally, we could read the matrices off of the file system, *
www.eeworm.com/read/212307/15160087

m dist2.m

function n2 = dist2(x, c) %DIST2 Calculates squared distance between two sets of points. % % Description % D = DIST2(X, C) takes two matrices of vectors and calculates the % squared Euclidean distance
www.eeworm.com/read/167185/5462108

c dmadd.c

dmadd(A,B,C,n)/* matrices C=A+B */ register double *A,*B,*C; register int n; { register int i,lim; lim=n*n; for(i=0;i
www.eeworm.com/read/167185/5462223

c dmadd.c

dmadd(A,B,C,n)/* matrices C=A+B */ register double *A,*B,*C; register int n; { register int i,lim; lim=n*n; for(i=0;i