org.ujmp.jblas.calculation
Class Inv

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

public class Inv
extends Object
implements Inv<Matrix>


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

Inv

public Inv()
Method Detail

calc

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


Copyright © 2010. All Rights Reserved.