Home
last modified time | relevance | path

Searched defs:LUDecomp (Results 1 – 11 of 11) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DLUDecomposition.F90196 SUBROUTINE LUDecomp( a,n,pivot ) subroutine
212 CALL Error( 'LUDecomp', 'Matrix is singluar.' ) argument
H A DLinearAlgebra.F90183 SUBROUTINE LUDecomp( a,n,pivot ) subroutine
199 CALL Error( 'LUDecomp', 'Matrix is singluar.' ) argument
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/LU/
H A DLUDecomp.hxx34 struct LUDecomp struct
51 exe(MatrixType& m, in exe()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/LU/
H A DLUDecomp.hxx34 struct LUDecomp { struct
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DMatrix.java323 private class LUDecomp { class in Matrix
354 protected LUDecomp(int m, int n) { in LUDecomp() method in Matrix.LUDecomp
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/matc/src/
H A Dlu.c244 void LUDecomp(a, n, pivot) in LUDecomp() function
/dports/science/elmerfem/elmerfem-release-9.0/matc/src/
H A Dlu.c244 void LUDecomp(a, n, pivot) in LUDecomp() function
/dports/science/elmerfem/elmerfem-release-9.0/post/matc/src/
H A Dlu.c244 void LUDecomp(a, n, pivot) in LUDecomp() function
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/Math/Matrix/
H A DMatrixFunctors.hpp434 class LUDecomp class
437 LUDecomp() {} // why is there no constructor from ConstMatrixBase? in LUDecomp() function in gpstk::LUDecomp
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_cliffmetrics/CliffMetrics/
H A Dsmooth_line.cpp411 void LUDecomp(Matrix A, int const N, int const np, int nIndexArray[], int* nDCode, int* nICode) in LUDecomp() function
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dlapack.cpp307 void LUDecomp(gsl_matrix *LU, gsl_permutation *p, int *signum) { in LUDecomp() function