org.ujmp.ojalgo.calculation
Class SVD

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

public class SVD
extends Object
implements SVD<Matrix>


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

SVD

public SVD()
Method Detail

calc

public Matrix[] calc(Matrix source)
Specified by:
calc in interface SVD<Matrix>


Copyright © 2010. All Rights Reserved.