Home
last modified time | relevance | path

Searched refs:ludecomp (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/numlib/
H A Dafiles19 ludecomp.h
20 ludecomp.c
H A DJamfile23 Library libnum.lib : numsup.c dnsq.c powell.c dhsx.c ludecomp.c svd.c zbrent.c rand.c sobol.c aatre…
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/view3d/
H A DLUDecomp.c62 void ludecomp( double *, int , int * );
76 ludecomp( a,n,pivot ); in mtrinv()
152 void ludecomp( double *a, int n, int *pivot ) in ludecomp() function
/dports/science/elmerfem/elmerfem-release-9.0/post/src/
H A DLUDecomp.c17 static void ludecomp( double *, int, int * );
31 ludecomp( a,n,pivot ); in lu_mtrinv()
107 static void ludecomp( double *a, int n, int *pivot ) in ludecomp() function
/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/sample/
H A Dlinear.rb64 x = lusolve(a,b,ludecomp(a,n,zero,one),zero)
/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/lib/bigdecimal/
H A Dnewton.rb62 dx = lusolve(dfdx,f0,ludecomp(dfdx,n,zero,one),zero)
H A Dludcmp.rb11 def ludecomp(a,n,zero=0,one=1) method
/dports/science/fastcap/fastcap-2.0wr/src/
H A DmulMats_old.c58 double **ludecomp();
138 nextc->directlu = ludecomp(nextc->directmats[0], eval_size, TRUE);
181 double **ludecomp(), factor;
254 nc->precond = ludecomp(mat, size, FALSE);
H A DmulMats.c58 double **ludecomp();
140 nextc->directlu = ludecomp(nextc->directmats[0], eval_size, TRUE);
183 double **ludecomp(), factor;
256 nc->precond = ludecomp(mat, size, FALSE);
H A DmulMats_mod.c58 double **ludecomp();
138 nextc->directlu = ludecomp(nextc->directmats[0], eval_size, TRUE);
181 double **ludecomp(), factor;
254 nc->precond = ludecomp(mat, size, FALSE);
H A Ddirect.c161 double **ludecomp(matin, size, allocate) in ludecomp() function
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A DmulMats.c26 double **ludecomp();
110 nextc->directlu = ludecomp(nextc->directmats[0], eval_size, TRUE);
156 double **ludecomp(), factor;
232 nc->precond = ludecomp(mat, size, FALSE);
H A Ddirect.c128 double **ludecomp(matin, size, allocate) in ludecomp() function
/dports/math/singular/Singular-Release-4-2-1/Singular/LIB/
H A Dsingular.vim60 … laguerre lead leadcoef leadexp leadmonom LIB lift liftstd listvar lres ludecomp luinverse lusolve
/dports/math/gambit/gambit-16.0.1/library/include/gambit/linalg/
H A Dludecomp.imp5 // FILE: src/liblinear/ludecomp.imp
25 #include "gambit/linalg/ludecomp.h"
/dports/math/gambit/gambit-16.0.1/
H A DMakefile.am516 library/src/linalg/ludecomp.cc \
517 library/include/gambit/linalg/ludecomp.h \
518 library/include/gambit/linalg/ludecomp.imp \
H A DMakefile.in134 library/src/linalg/ludecomp.$(OBJEXT) \
1073 library/src/linalg/ludecomp.cc \
1074 library/include/gambit/linalg/ludecomp.h \
1075 library/include/gambit/linalg/ludecomp.imp \
1616 library/src/linalg/ludecomp.$(OBJEXT): \
2114 @AMDEP_TRUE@@am__include@ @am__quote@library/src/linalg/$(DEPDIR)/ludecomp.Po@am__quote@
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Diparith.inc126 // operation: ludecomp (matrix) -> list, only commutative rings, field coeffs
1030 // token 444 : ludecomp
1484 iiArithAddCmd("ludecomp", 0, 444, CMD_1, 113);
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/liquid-dsp/
H A Dmakefile.mingw32761 src/matrix/src/matrix.ludecomp.c \
H A Dmakefile.mingw64761 src/matrix/src/matrix.ludecomp.c \
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/
H A Dmakefile.in745 src/matrix/src/matrix.ludecomp.c \
/dports/math/giacxcas/giac-1.6.0/src/
H A Dvecteur.cc8390 bool ludecomp=rref_or_det_or_lu>=2; in do_modular_reduction() local
8395 if (!ludecomp && find_multi_linear_combination(N,ltemp,l1,l2,l3,pivotcol,l,lmax)){ in do_modular_reduction()
8400 …if (ludecomp && ltemp<=lmax-4 && !N[ltemp+1].empty() && N[ltemp+1][pivotcol] && !N[ltemp+2].empty(… in do_modular_reduction()
8411 if (ludecomp) in do_modular_reduction()
8421 bool ludecomp=rref_or_det_or_lu>=2; in LL_modular_reduction() local
8426 if (!ludecomp && find_multi_linear_combination(N,ltemp,l1,l2,l3,pivotcol,l,lmax)){ in LL_modular_reduction()
8443 if (ludecomp) { in LL_modular_reduction()