org.ujmp.ojalgo.calculation
Class SolveSPD

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

public class SolveSPD
extends Object
implements SolveSPD<Matrix>


Field Summary
static SolveSPD INSTANCE
           
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.SolveSPD
MATRIX, MATRIXSQUARELARGEMULTITHREADED, MATRIXSQUARELARGESINGLETHREADED, MATRIXSQUARESMALLMULTITHREADED, MATRIXSQUARESMALLSINGLETHREADED, SQUARETHRESHOLD, UJMPSQUARE
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Solve
MATRIXTALLLARGEMULTITHREADED, MATRIXTALLLARGESINGLETHREADED, MATRIXTALLSMALLMULTITHREADED, MATRIXTALLSMALLSINGLETHREADED, TALLTHRESHOLD, UJMPTALL
 
Constructor Summary
SolveSPD()
           
 
Method Summary
 Matrix calc(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 SolveSPD INSTANCE
Constructor Detail

SolveSPD

public SolveSPD()
Method Detail

calc

public Matrix calc(Matrix a,
                   Matrix b)
Specified by:
calc in interface Solve<Matrix>
Specified by:
calc in interface SolveSPD<Matrix>


Copyright © 2010. All Rights Reserved.