Home
last modified time | relevance | path

Searched refs:dgesl (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/demos/n_pendulum/Maple/
H A Ddlslv.f55 call dgesl(a,na,n,w,b(jb),0)
61 call dgesl(a,na,n,w,w(k1),1)
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/demos/wheel/Maple/
H A Ddlslv.f55 call dgesl(a,na,n,w,b(jb),0)
61 call dgesl(a,na,n,w,w(k1),1)
/dports/math/maxima/maxima-5.43.2/share/colnew/
H A Dcolnew-lisp.system34 (:file "dgesl"
66 :depends-on ("compat" "dgesl" "dgefa"))
68 :depends-on ("compat" "dgesl"))
H A Dcolnew.system25 (:file "dgesl"
55 :depends-on ("compat" "dgesl" "dgefa"))
57 :depends-on ("compat" "dgesl"))
/dports/math/math77/MATH77/
H A Dddaslv.f49 external ddasf, dgbsl, dgesl
80 call dgesl(rwork(iwork(lwm)), ldd, neq, iwork(lipvt), delta, 0)
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Dshrslv.f114 call dgesl(t, 4, nsys, ipvt, p, 0)
140 call dgesl(t, 4, nsys, ipvt, p, 0)
180 call dgesl(t, 4, nsys, ipvt, p, 0)
H A Drtitr.f156 call dgesl (den(1,kd),iden,nout,iw,den(1,k),0)
160 call dgesl (den(1,kd),iden,nout,iw,num(1,k),0)
H A Drilac.f169 call dgesl(z,nnw,n,iwrk,x(1,j),1)
H A Dricd.f186 165 call dgesl(w,nz,n,ipvt,x(1,i),1)
/dports/math/maxima/maxima-5.43.2/share/odepack/src/
H A Ddsolbt.lisp35 (dgesl a m m ip y 0)
62 (dgesl
116 (dgesl
H A Dddecbt.lisp44 (dgesl a m m ip
51 (dgesl a m m ip
148 (dgesl
/dports/math/maxima/maxima-5.43.2/share/odepack/
H A Dodepack.system38 :depends-on ("dgbsl" "dgesl"))
44 (:file "dgesl"
99 :depends-on ("dgefa" "dgesl" "dgbfa" "dgbsl"))
110 :depends-on ("dgefa" "dgesl" "ddot"))
120 (:file "dgesl"
H A Dodepack.asd60 :depends-on ("dgefa" "dgesl" "dgbfa" "dgbsl"))
71 :depends-on ("dgefa" "dgesl" "ddot"))
81 (:file "dgesl"
147 :depends-on ("dgesl" "ddot"))
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/c/
H A DEx-daskr.h21 extern void C2F(dgesl) (double *A, int *lead_dim_A, int *n, int *ipivots, double *B, int *job);
H A DEx-daskr.c82 C2F(dgesl) (wp, nequations, nequations, iwp, b, &job); in psol1()
/dports/math/R/R-4.1.2/src/include/R_ext/
H A DLinpack.h70 extern void F77_NAME(dgesl)(double*, int*, int*, int*, double*, int*);
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DLinpack.h70 extern void F77_NAME(dgesl)(double*, int*, int*, int*, double*, int*);
/dports/math/cmlib/cmlib-3.0_8/src/linpakd/
H A DMakefile7 dgeco.o dgedi.o dgefa.o dgesl.o dgtsl.o dpbco.o dpbdi.o dpbfa.o\
/dports/math/linpack/linpack-1.0_14/
H A Ddgesl.f1 subroutine dgesl(a,lda,n,ipvt,b,job) subroutine
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/fortran/linpack/
H A Ddgesl.f1 subroutine dgesl(a,lda,n,ipvt,b,job) subroutine
H A Dpade.f150 call dgesl(wk, n, n, ipvt, ea(1,j), 0)
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Dainvg.f44 20 call dgesl ( pw, neq, neq, ipvt, ydot, 0 )
H A Dsolsy.f50 100 call dgesl (wm(3), n, n, iwm(21), x, 0)
/dports/devel/emscripten/emscripten-2.0.3/tests/benchmark/
H A Dlinpack2.c10 void dgesl ( double a[], int lda, int n, int ipvt[], double b[], int job );
133 dgesl ( a, LDA, N, ipvt, b, job ); in main()
620 void dgesl ( double a[], int lda, int n, int ipvt[], double b[], int job ) in dgesl() function
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/c/
H A Dexpm.h117 extern int C2F(dgesl)();

123