org.ujmp.jblas.calculation
Class LU

java.lang.Object
  extended by org.ujmp.jblas.calculation.LU
All Implemented Interfaces:
LU<Matrix>

public class LU
extends Object
implements LU<Matrix>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.LU
LU.LUMatrix
 
Field Summary
static LU INSTANCE
           
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.LU
MATRIX, MATRIXLARGEMULTITHREADED, MATRIXLARGESINGLETHREADED, MATRIXSMALLMULTITHREADED, MATRIXSMALLSINGLETHREADED, THRESHOLD, UJMP
 
Constructor Summary
LU()
           
 
Method Summary
 Matrix[] calc(Matrix source)
           
 Matrix solve(Matrix a, Matrix b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static LU INSTANCE
Constructor Detail

LU

public LU()
Method Detail

calc

public Matrix[] calc(Matrix source)
Specified by:
calc in interface LU<Matrix>

solve

public Matrix solve(Matrix a,
                    Matrix b)
Specified by:
solve in interface LU<Matrix>


Copyright © 2010. All Rights Reserved.