org.ujmp.jblas.calculation
Class InvSPD

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

public class InvSPD
extends Object
implements InvSPD<Matrix>


Field Summary
static InvSPD INSTANCE
           
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.InvSPD
MATRIX, MATRIXLARGEMULTITHREADED, MATRIXLARGESINGLETHREADED, MATRIXSMALLMULTITHREADED, MATRIXSMALLSINGLETHREADED, THRESHOLD, UJMP
 
Constructor Summary
InvSPD()
           
 
Method Summary
 Matrix calc(Matrix source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final InvSPD INSTANCE
Constructor Detail

InvSPD

public InvSPD()
Method Detail

calc

public Matrix calc(Matrix source)
Specified by:
calc in interface Inv<Matrix>
Specified by:
calc in interface InvSPD<Matrix>


Copyright © 2010. All Rights Reserved.