代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/358694/10181529

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain
www.eeworm.com/read/358694/10181714

m max.m

%列状数据最大值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % max(A) % %MAX Largest component. % For vectors, MAX(X) is the largest element in X. For matrices, % MAX(X) is a row vector containin
www.eeworm.com/read/358191/10194445

cpp maddct2.cpp

// simplified 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
www.eeworm.com/read/358191/10194595

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
www.eeworm.com/read/356815/10220737

html tour-ex2.html

A Tour of NTL: Examples: Vectors and Matrices
www.eeworm.com/read/161587/10394540

cpp maddct2.cpp

// simplified 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
www.eeworm.com/read/161587/10394934

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
www.eeworm.com/read/353896/10406499

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain
www.eeworm.com/read/353896/10407235

m max.m

%列状数据最大值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % max(A) % %MAX Largest component. % For vectors, MAX(X) is the largest element in X. For matrices, % MAX(X) is a row vector containin
www.eeworm.com/read/273093/10927182

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain