代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/147529/5728561

m std.m

function y = std(x,flag,dim) %列状数据标准差 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % std(A) % %STD Standard deviation. % For vectors, STD(X) returns the standard deviation. For matrices, %
www.eeworm.com/read/147529/5728771

m std.m

function y = std(x,flag,dim) %列状数据标准差 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % std(A) % %STD Standard deviation. % For vectors, STD(X) returns the standard deviation. For matrices, %
www.eeworm.com/read/126430/6017528

dat matrx2.dat

FILE OF TRIDIAGONAL MATRICES FOR PROGRAM 'TRIDAG' Dimension of matrix 3 Diagonal elements (N) 1.0 2.0 3.0 Super-diagonal elements (N-1) 2.0 3.0 Sub-diagonal elements (N-1) 2.0 3.0 Right-hand
www.eeworm.com/read/101082/6251103

c glob.c

#ifndef lint static char sccsid[] = "@(#)glob.c 4.2 8/11/83"; #endif #include "e.h" int dbg; /* debugging print if non-zero */ int lp[80]; /* stack for things like piles and matrices */ int ct; /* p
www.eeworm.com/read/263879/11338028

m std.m

function y = std(x,flag,dim) %列状数据标准差 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % std(A) % %STD Standard deviation. % For vectors, STD(X) returns the standard deviation. For matrices, %
www.eeworm.com/read/157455/11702427

cpp madd.cpp

// matrix addition #include #include "make2db.h" template void Add( T **a, T **b, T **c, int rows, int cols) {// Add matrices a and b to obtain matrix c. for (int i
www.eeworm.com/read/157453/11704125

cpp madd.cpp

// matrix addition #include #include "make2db.h" template void Add( T **a, T **b, T **c, int rows, int cols) {// Add matrices a and b to obtain matrix c. for (int i
www.eeworm.com/read/150214/12304723

html mod2convert.html

Modulo-2 Matrix Sparse/Dense Conversion Modulo-2 Matrix Sparse/Dense Conversion The routines below convert modulo-2 matrices between the
www.eeworm.com/read/337307/12377158

m std.m

function y = std(x,flag,dim) %列状数据标准差 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % std(A) % %STD Standard deviation. % For vectors, STD(X) returns the standard deviation. For matrices, %
www.eeworm.com/read/336521/12439443

m rotqc2mc.m

function mc=rotqc2mc(qc) %ROTQC2MC converts a matrix of complex quaternion vectors to quaternion matrices % Inputs: % % QC(2m,n) mxn matrix of real quaternion vectors (each 2x1) % % Outpu