代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/291235/8432892

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/184067/9123496

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/372507/9507322

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/168218/9932545

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/168218/9933578

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/166306/10024314

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/164554/10103407

m cheb2bc.m

function [xt,D2t,D1t,phip,phim]=cheb2bc(N,g); % Program for computing first and second derivative matrices and % and boundary condition functions for 2 point boundary conditions % % a_1 u(1) +
www.eeworm.com/read/358694/10181558

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/358191/10194470

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/161587/10394584

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