nslj.src.math
Class NslInverse

java.lang.Object
  |
  +--nslj.src.math.NslInverse

public class NslInverse
extends java.lang.Object


Constructor Summary
NslInverse()
           
 
Method Summary
static double[][] eval(double[][] x)
           
static double[][] eval(double[][] dest, double[][] x)
           
static double[][] eval(double[][] dest, NslDouble2 x)
           
static float[][] eval(float[][] x)
           
static float[][] eval(float[][] dest, float[][] x)
           
static float[][] eval(float[][] dest, NslFloat2 x)
           
static int[][] eval(int[][] x)
           
static int[][] eval(int[][] dest, int[][] x)
           
static int[][] eval(int[][] dest, NslInt2 x)
           
static double[][] eval(NslDouble2 x)
           
static float[][] eval(NslFloat2 x)
           
static int[][] eval(NslInt2 x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NslInverse

public NslInverse()
Method Detail

eval

public static double[][] eval(double[][] x)

eval

public static double[][] eval(double[][] dest,
                              double[][] x)

eval

public static float[][] eval(float[][] x)

eval

public static float[][] eval(float[][] dest,
                             float[][] x)

eval

public static int[][] eval(int[][] x)

eval

public static int[][] eval(int[][] dest,
                           int[][] x)

eval

public static double[][] eval(NslDouble2 x)

eval

public static double[][] eval(double[][] dest,
                              NslDouble2 x)

eval

public static float[][] eval(NslFloat2 x)

eval

public static float[][] eval(float[][] dest,
                             NslFloat2 x)

eval

public static int[][] eval(NslInt2 x)

eval

public static int[][] eval(int[][] dest,
                           NslInt2 x)