Home
last modified time | relevance | path

Searched refs:Usolve (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/w3m/w3m-2b59b9e/
H A Dmatrix.c129 if (Lsolve(A, x, x, 1.) == -1 || Usolve(A, x, x, 0.) == -1) in LUsolve()
176 Usolve(Matrix mat, Vector b, Vector out, double diag) in Usolve() function
H A Dmatrix.h64 extern int Usolve(Matrix, Vector, Vector, double);
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dmatrix.c129 if (Lsolve(A, x, x, 1.) == -1 || Usolve(A, x, x, 0.) == -1) in LUsolve()
176 Usolve(Matrix mat, Vector b, Vector out, double diag) in Usolve() function
H A Dmatrix.h64 extern int Usolve(Matrix, Vector, Vector, double);
/dports/www/w3m/w3m-2b59b9e/
H A Dmatrix.c129 if (Lsolve(A, x, x, 1.) == -1 || Usolve(A, x, x, 0.) == -1) in LUsolve()
176 Usolve(Matrix mat, Vector b, Vector out, double diag) in Usolve() function
H A Dmatrix.h64 extern int Usolve(Matrix, Vector, Vector, double);
/dports/www/w3m-img/w3m-2b59b9e/
H A Dmatrix.c129 if (Lsolve(A, x, x, 1.) == -1 || Usolve(A, x, x, 0.) == -1) in LUsolve()
176 Usolve(Matrix mat, Vector b, Vector out, double diag) in Usolve() function
H A Dmatrix.h64 extern int Usolve(Matrix, Vector, Vector, double);
/dports/science/siconos/siconos-4.4.0/externals/SOL/lumod-c/
H A Dlumod_sparse.h13 void Usolve ( int mode, int n, sparseMatrix *U, REAL *y );
H A Dlumod_sparse.c374 void Usolve(int mode, int n, sparseMatrix *U, REAL *y) in Usolve() function