org.ujmp.mtj.calculation
Class SVD

java.lang.Object
  extended by org.ujmp.mtj.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<Matrix> 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<Matrix> 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.