public static enum AstGroup.FCN extends java.lang.Enum<AstGroup.FCN>
Enum Constant and Description |
---|
max |
mean |
median |
min |
mode |
nrow |
sdev |
sum |
sumSquares |
var |
Modifier and Type | Method and Description |
---|---|
abstract void |
atomic_op(double[] d0,
double[] d1) |
double[] |
initVal(int maxx) |
abstract void |
op(double[] d0,
double d1) |
abstract double |
postPass(double[] ds,
long n) |
static AstGroup.FCN |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AstGroup.FCN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AstGroup.FCN nrow
public static final AstGroup.FCN mean
public static final AstGroup.FCN sum
public static final AstGroup.FCN sumSquares
public static final AstGroup.FCN var
public static final AstGroup.FCN sdev
public static final AstGroup.FCN min
public static final AstGroup.FCN max
public static final AstGroup.FCN median
public static final AstGroup.FCN mode
public static AstGroup.FCN[] values()
for (AstGroup.FCN c : AstGroup.FCN.values()) System.out.println(c);
public static AstGroup.FCN valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract void op(double[] d0, double d1)
public abstract void atomic_op(double[] d0, double[] d1)
public abstract double postPass(double[] ds, long n)
public double[] initVal(int maxx)