org.ujmp.jblas.calculation
Class Solve

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

public class Solve
extends Object
implements Solve<Matrix>


Field Summary
static Solve INSTANCE
           
 
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Solve
MATRIX, MATRIXSQUARELARGEMULTITHREADED, MATRIXSQUARELARGESINGLETHREADED, MATRIXSQUARESMALLMULTITHREADED, MATRIXSQUARESMALLSINGLETHREADED, MATRIXTALLLARGEMULTITHREADED, MATRIXTALLLARGESINGLETHREADED, MATRIXTALLSMALLMULTITHREADED, MATRIXTALLSMALLSINGLETHREADED, SQUARETHRESHOLD, TALLTHRESHOLD, UJMPSQUARE, UJMPTALL
 
Constructor Summary
Solve()
           
 
Method Summary
 Matrix calc(Matrix a, Matrix b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static Solve INSTANCE
Constructor Detail

Solve

public Solve()
Method Detail

calc

public Matrix calc(Matrix a,
                   Matrix b)
Specified by:
calc in interface Solve<Matrix>


Copyright © 2010. All Rights Reserved.