代码搜索:Definite

找到约 349 项符合「Definite」的源代码

代码结果 349
www.eeworm.com/read/186548/8926131

cpp 一维链表的测试程序.cpp

#include "stdio.h" #include "stdlib.h" #include "iostream.h" #include "iomanip.h" //#include "definite.h" #include "dos.h" #define TRUE 1; #define FALSE 0; typedef int Datatype ;//数据域类型
www.eeworm.com/read/157044/11743520

m grid7.m

function [A,xy] = grid7(k) % GRID7 : Generate 7-point finite difference mesh. % % [A,xy] = GRID7(k) returns a k^2-by-k^2 symmetric positive definite % matrix A with the structure of the k-by-k
www.eeworm.com/read/157044/11743546

m grid9.m

function [A,xy] = grid9(k) % GRID9 : Generate 9-point finite difference mesh. % % [A,xy] = GRID9(k) returns a k^2-by-k^2 symmetric positive definite % matrix A with the structure of the k-by-k
www.eeworm.com/read/157044/11743561

m grid5.m

function [A,xy] = grid5(k) % GRID5 : Generate 5-point finite difference mesh. % % [A,xy] = GRID5(k) returns a k^2-by-k^2 symmetric positive definite % matrix A with the structure of the k-by-k
www.eeworm.com/read/351636/3104045

h dpodi.h

/*: Computes determinant and inverse of a certain symmetric positive definite matrix using dpoco_, dposa_ or dqrdc_ output. */ extern int v3p_netlib_dpodi_( v3p_netlib_doublereal *a, v3p_n
www.eeworm.com/read/167185/5462086

c normal.c

normal(R,a,p,n) /* rtflag=1 if singular, rtflag=2 if non-pos-definite */ double R[],a[],p[]; register int n; { register int i,j,ss,s,iM; int rtflag; register double ci,po,pf,temp; rtflag=0; fo
www.eeworm.com/read/167185/5462201

c normal.c

normal(R,a,p,n) /* rtflag=1 if singular, rtflag=2 if non-pos-definite */ double R[],a[],p[]; register int n; { register int i,j,ss,s,iM; int rtflag; register double ci,po,pf,temp; rtflag=0; fo
www.eeworm.com/read/186548/8926074

cpp linklist_def.cpp

#include "stdio.h" #include "stdlib.h" #include "iostream.h" #include "iomanip.h" //#include "definite.h" #define TRUE 1; #define FALSE -1; typedef int Datatype ;//数据域类型(也可为其他合适类型) typedef
www.eeworm.com/read/157044/11743550

m grid3dt.m

function [A,xyz] = grid3dt(k) % GRID3DT : Generate 3-dimensional tetrahedral finite element mesh. % % [A,xyz] = GRID3DT(k) returns a k^3-by-k^3 symmetric positive definite % matrix A of the k-
www.eeworm.com/read/157044/11743513

m grid3d.m

function [A,xyz] = grid3d(k) % GRID3D : Generate 3-dimensional 7-point finite difference mesh. % % [A,xyz] = GRID3D(k) returns a k^3-by-k^3 symmetric positive definite % matrix A with the stru