org.ujmp.jblas.calculation
Class LU
java.lang.Object
org.ujmp.jblas.calculation.LU
- All Implemented Interfaces:
- LU<Matrix>
public class LU
- extends Object
- implements LU<Matrix>
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.LU |
LU.LUMatrix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static LU INSTANCE
LU
public LU()
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.