Uses of Interface
org.ejml.alg.dense.decomposition.LUDecomposition

Packages that use LUDecomposition
org.ejml.alg.dense.decomposition   
org.ejml.alg.dense.decomposition.lu   
 

Uses of LUDecomposition in org.ejml.alg.dense.decomposition
 

Methods in org.ejml.alg.dense.decomposition that return LUDecomposition
static LUDecomposition<DenseMatrix64F> DecompositionFactory.lu(int matrixWidth)
          Returns a new instance of the Lower Upper (LU) decomposition.
 

Uses of LUDecomposition in org.ejml.alg.dense.decomposition.lu
 

Classes in org.ejml.alg.dense.decomposition.lu that implement LUDecomposition
 class LUDecompositionAlt
           An LU decomposition algorithm that originally came from Jama.
 class LUDecompositionBase
           Contains common data structures and operations for LU decomposition algorithms.
 class LUDecompositionNR
          This code is inspired from what's in numerical recipes.
 



Copyright © 2012. All Rights Reserved.