nslj.src.math
Class NslNone

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

public final class NslNone
extends java.lang.Object

None operator routines. There are two basic format for the evaluation method in this routine: 1, eval(a) -> c a is the parameter of the evaluation function to do operator(a) pointwise and the result is passed out as c 2. eval(dest, a) -> c a is the parameter of the evaluation function and dest is the temporary space to hold the result. The method returns the reference to dest.


Constructor Summary
NslNone()
           
 
Method Summary
static boolean eval(boolean a)
           
static boolean eval(boolean[] a)
           
static boolean eval(boolean[][] a)
           
static boolean eval(boolean[][][] a)
           
static boolean eval(boolean[][][][] a)
           
static boolean eval(NslBoolean0 a)
           
static boolean eval(NslBoolean1 a)
           
static boolean eval(NslBoolean2 a)
           
static boolean eval(NslBoolean3 a)
           
static boolean eval(NslBoolean4 a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NslNone

public NslNone()
Method Detail

eval

public static boolean eval(boolean a)

eval

public static boolean eval(boolean[] a)

eval

public static boolean eval(boolean[][] a)

eval

public static boolean eval(boolean[][][] a)

eval

public static boolean eval(boolean[][][][] a)

eval

public static boolean eval(NslBoolean0 a)

eval

public static boolean eval(NslBoolean1 a)

eval

public static boolean eval(NslBoolean2 a)

eval

public static boolean eval(NslBoolean3 a)

eval

public static boolean eval(NslBoolean4 a)