org.ujmp.ojalgo.calculation
Class Chol

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

public class Chol
extends Object
implements Chol<Matrix>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Chol
Chol.CholMatrix
 
Field Summary
static Chol INSTANCE
           
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Chol
MATRIX, MATRIXLARGEMULTITHREADED, MATRIXLARGESINGLETHREADED, MATRIXSMALLMULTITHREADED, MATRIXSMALLSINGLETHREADED, THRESHOLD, UJMP
 
Constructor Summary
Chol()
           
 
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 Chol INSTANCE
Constructor Detail

Chol

public Chol()
Method Detail

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.