Home
last modified time | relevance | path

Searched defs:LUSolve (Results 1 – 10 of 10) sorted by relevance

/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/
H A DLUSolve.hxx32 struct LUSolve struct
37 void exe(MatrixType& m, in exe()
48 void exe(MatrixType& m, in exe()
71 static void back_substitute(const MatrixType& m, in back_substitute()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/
H A DLUSolve.hxx32 struct LUSolve { struct
34 static TFEL_MATH_INLINE2 void exe(MatrixType& m, VectorType& b) { in exe()
42 static void exe( in exe()
63 static void back_substitute( in back_substitute()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DLUDecomposition.F90134 SUBROUTINE LUSolve( n,A,x ) subroutine
150 CALL Error( 'LUSolve', 'Matrix is singular.' ) argument
H A DLinearAlgebra.F90126 SUBROUTINE LUSolve( n,A,x,pivot_in ) subroutine
127 REAL(KIND=dp) :: A(:,:)
128 REAL(KIND=dp) :: x(n)
129 INTEGER :: n
130 INTEGER, OPTIONAL :: pivot_in(:)
132 REAL(KIND=dp) :: s local
133 INTEGER :: i,j
134 INTEGER :: pivot(n)
H A DCRSMatrix.F904275 SUBROUTINE LUSolve( n,m,Rows,Cols,Diag,Values,b ) subroutine
4297 END SUBROUTINE LUSolve argument
/dports/lang/ruby26/ruby-2.6.9/ext/bigdecimal/lib/bigdecimal/
H A Dludcmp.rb7 module LUSolve module
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dlapack.cpp347 void LUSolve(const gsl_matrix *LU, const gsl_permutation *p, in LUSolve() function
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/matrix/
H A Dmatrix.cpp335 int Matrix<real>::LUSolve(const Matrix<real> & x, const Matrix<real> & rhs) in LUSolve() function in Matrix
/dports/math/mfem/mfem-4.3/linalg/
H A Dkernels.hpp1541 inline void LUSolve(const double *data, const int m, const int *ipiv, in LUSolve() function
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp1309 HBLObjectRef _Matrix::LUSolve (HBLObjectRef p) const { in LUSolve() function in _Matrix