ch.javasoft.smx.ops
Class Invert

java.lang.Object
  extended by ch.javasoft.smx.ops.Invert

public class Invert
extends Object

The Invert TODO type javadoc for Invert


Method Summary
static DoubleMatrix invert(ReadableDoubleMatrix src, double tolerance)
           
static void invert(ReadableDoubleMatrix src, WritableDoubleMatrix dst, double tolerance)
           
static IntRationalMatrix invert(ReadableIntRationalMatrix src)
           
static void invert(ReadableIntRationalMatrix src, WritableIntRationalMatrix dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invert

public static IntRationalMatrix invert(ReadableIntRationalMatrix src)

invert

public static void invert(ReadableIntRationalMatrix src,
                          WritableIntRationalMatrix dst)

invert

public static DoubleMatrix invert(ReadableDoubleMatrix src,
                                  double tolerance)

invert

public static void invert(ReadableDoubleMatrix src,
                          WritableDoubleMatrix dst,
                          double tolerance)