代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/479405/6694483

m mudd.m

% mudd.m % Scope: This MATLAB macro computes the U-D factorization of a real % symmetric, positive (semi)definite matrix by using the % modified Cho
www.eeworm.com/read/479405/6694564

m mcud.m

% mcud.m % Scope: This MATLAB macro computes the real symmetric matrix % P = U*D*U**(Transpose), when its U-D factors are given, where U % is
www.eeworm.com/read/407295/11422499

m schol.m

%SCHOL Cholesky factorization for positive semidefinite matrices % % Syntax: % [L,def] = schol(A) % % In: % A - Symmetric pos.semi.def matrix to be factorized % % Out: % L - Lower triangular
www.eeworm.com/read/407093/11429510

m superlu.m

function [L,U,prow,pcol] = superlu(A,psparse) % SUPERLU : Supernodal LU factorization % % Executive summary: % % [L,U,p] = superlu(A) is like [L,U,P] = lu(A), but faster. % [L,U,prow,pcol
www.eeworm.com/read/407093/11429994

c ssyr2.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int ssyr2_(char *uplo,
www.eeworm.com/read/407093/11429997

c dsyr2.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int dsyr2_(char *uplo,
www.eeworm.com/read/261137/11664462

c mcholsk.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------
www.eeworm.com/read/157044/11743432

m gridt.m

function [A,xy] = gridt(k) % GRIDT : Generate triangular mesh. % % [A,xy] = GRIDT(k) returns a k*(k+1)/2-square symmetric positive % definite matrix A with the structure of an equilateral triangular
www.eeworm.com/read/341901/12055970

c mcholsk.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------
www.eeworm.com/read/150859/12255732

c mcholsk.c

#include #include #include #include "msp.h" void mcholsk(complex a[],complex b[],int n,float eps,int *iflag) { /*---------------------------------------------------