代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/270032/11050857

c matrixpost.c

/* Efficient Post-Concatenation of Transformation Matrices by Joseph M. Cychosz from "Graphics Gems", Academic Press, 1990 */ #include #include "GraphicsGems.h" /* M4xform.c - Basic 4x4
www.eeworm.com/read/334860/12567738

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/334860/12568367

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/201477/15407557

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/201477/15407703

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/111585/15509748

m lagdif.m

function [x, DM] = lagdif(N, M, b) % The function [x, DM] = lagdif(N, M, b) computes the % differentiation matrices D1, D2, ..., DM on Laguerre points. % % Input: % N: Number of points, i.e.,
www.eeworm.com/read/111585/15509749

m herdif.m

function [x, DM] = herdif(N, M, b); % The function [x, DM] = herdif(N, M, b) computes the % differentiation matrices D1, D2, ..., DM on Hermite points. % % Input: % N: Number of points, i.e.,
www.eeworm.com/read/101563/15825197

html tour-ex2.html

A Tour of NTL: Examples: Vectors and Matrices
www.eeworm.com/read/100384/15875081

html tour-ex2.html

A Tour of NTL: Examples: Vectors and Matrices
www.eeworm.com/read/100383/15875463

html tour-ex2.html

A Tour of NTL: Examples: Vectors and Matrices