org.ujmp.jblas.calculation
Class Chol
java.lang.Object
org.ujmp.jblas.calculation.Chol
- All Implemented Interfaces:
- Chol<Matrix>
public class Chol
- extends Object
- implements Chol<Matrix>
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Chol |
Chol.CholMatrix |
Constructor Summary |
Chol()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static Chol INSTANCE
Chol
public Chol()
calc
public Matrix calc(Matrix source)
- Specified by:
calc
in interface Chol<Matrix>
solve
public Matrix solve(Matrix a,
Matrix b)
- Specified by:
solve
in interface Chol<Matrix>
Copyright © 2010. All Rights Reserved.