代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/436995/7757407

m mudf2c.m

% mudf2c.m % Scope: This MATLAB macro determines the compact upper triangular part stored % columnwise as a one-dimensional array from the full U and D matrices
www.eeworm.com/read/140698/13066491

c alg064.c

/* * DIRECT FACTORIZATION ALGORITHM 6.4 * * To factor the n by n matrix A = (A(I,J)) into the product of the * lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is * A = LU, whe
www.eeworm.com/read/140698/13066734

c alg065.c

/* * LDL-t ALGORITHM 6.5 * * To factor the positive definite n by n matrix A into LDL**T, * where L is a lower triangular matrix with ones along the diagonal * and D is a diagonal matrix
www.eeworm.com/read/140697/13066844

m alg065.m

% LDL^t ALGORITHM 6.5 % % To factor the positive definite n by n matrix A into LDL**T, % where L is a lower triangular matrix with ones along the diagonal % and D is a diagonal matrix with positiv
www.eeworm.com/read/140697/13067041

m alg065.m

% LDL^t ALGORITHM 6.5 % % To factor the positive definite n by n matrix A into LDL**T, % where L is a lower triangular matrix with ones along the diagonal % and D is a diagonal matrix with positiv
www.eeworm.com/read/239763/13258127

java stacktriangle2.java

// stackTriangle2.java // evaluates triangular numbers, stack replaces recursion // to run this program: C>java StackTriangle2App import java.io.*; // for I/O /////////////////////
www.eeworm.com/read/485014/6570791

java stacktriangle2.java

// stackTriangle2.java // evaluates triangular numbers, stack replaces recursion // to run this program: C>java StackTriangle2App import java.io.*; // for I/O /////////////////////
www.eeworm.com/read/479405/6694583

m mudf2c.m

% mudf2c.m % Scope: This MATLAB macro determines the compact upper triangular part stored % columnwise as a one-dimensional array from the full U and D matrices
www.eeworm.com/read/152929/12073867

m factor.m

% Plot values of a particular input dimension across the grid % New version using triangular transorfm to original space % rather than interpolating invis space. function factor(GcsProj); %Upd
www.eeworm.com/read/338643/12290681

m mudf2c.m

% mudf2c.m % Scope: This MATLAB macro determines the compact upper triangular part stored % columnwise as a one-dimensional array from the full U and D matrices