Uses of Class
org.jblas.Decompose.LUDecomposition
Packages that use Decompose.LUDecomposition
-
Uses of Decompose.LUDecomposition in org.jblas
Methods in org.jblas that return Decompose.LUDecompositionModifier and TypeMethodDescriptionDecompose.lu
(DoubleMatrix A) Compute LU Decomposition of a general matrix.static Decompose.LUDecomposition
<FloatMatrix> Decompose.lu
(FloatMatrix A) Compute LU Decomposition of a general matrix.