org.ujmp.jblas.calculation
Class Eig

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

public class Eig
extends Object
implements Eig<Matrix>


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

Eig

public Eig()
Method Detail

calc

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


Copyright © 2010. All Rights Reserved.