Home
last modified time | relevance | path

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

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dfull_matrix.cpp207 void FullMatrix<T>::luDecomposition() { in luDecomposition() function in hmat::FullMatrix
H A Dscalar_array.cpp605 template<typename T> void ScalarArray<T>::luDecomposition(int *pivots) { in luDecomposition() function in hmat::ScalarArray
H A Dh_matrix.cpp2220 void HMatrix<T>::luDecomposition(hmat_progress_t * progress) { in luDecomposition() function in hmat::HMatrix
/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DMatrix3f.java1157 static boolean luDecomposition(double[] matrix0, in luDecomposition() method in Matrix3f
H A DMatrix4f.java1802 static boolean luDecomposition(double[] matrix0, in luDecomposition() method in Matrix4f
H A DGMatrix.java1765 static boolean luDecomposition(int dim, double[] matrix0, in luDecomposition() method in GMatrix
H A DMatrix3d.java1154 static boolean luDecomposition(double[] matrix0, in luDecomposition() method in Matrix3d
H A DMatrix4d.java2063 static boolean luDecomposition(double[] matrix0, in luDecomposition() method in Matrix4d
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Ddensematrix.hh893 luDecomposition(DenseMatrix<MAT>& A, Func func, Mask &nonsingularLanes, in luDecomposition() function in Dune::DenseMatrix
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DTransform3D.java3125 static boolean luDecomposition(double[] matrix0, in luDecomposition() method in Transform3D