|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.javasoft.smx.ops.Invert
public class Invert
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 |
|---|
public static IntRationalMatrix invert(ReadableIntRationalMatrix src)
public static void invert(ReadableIntRationalMatrix src,
WritableIntRationalMatrix dst)
public static DoubleMatrix invert(ReadableDoubleMatrix src,
double tolerance)
public static void invert(ReadableDoubleMatrix src,
WritableDoubleMatrix dst,
double tolerance)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||