Uses of Interface
org.ejml.factory.LUDecomposition

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

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.
 

Uses of LUDecomposition in org.ejml.factory
 

Methods in org.ejml.factory that return LUDecomposition
static LUDecomposition<DenseMatrix64F> DecompositionFactory.lu(int numRows, int numCol)
           Returns a LUDecomposition that has been optimized for the specified matrix size.
 



Copyright © 2012. All Rights Reserved.