jp.crestmuse.cmx.math
クラス Operations
java.lang.Object
jp.crestmuse.cmx.math.Operations
public class Operations
- extends java.lang.Object
メソッドの概要 |
static DoubleArray |
add(DoubleArray x,
double y)
|
static DoubleArray |
add(DoubleArray x,
DoubleArray y)
|
static boolean |
containsNaNInf(DoubleArray x)
|
static void |
divX(DoubleArray x,
double y)
|
static DoubleArray |
Hz2cent(DoubleArray x)
|
static void |
Hz2centX(DoubleArray x)
|
static BooleanArray |
lessThan(DoubleArray x,
double y)
|
static DoubleArray |
makeArithmeticSeries(double a,
double d,
int n)
|
static DoubleArray |
makeArithmeticSeries(double a,
int n)
|
static DoubleArray |
makeArithmeticSeries(int n)
|
static double |
min(DoubleArray x)
|
static DoubleArray |
nn2cent(DoubleArray x)
|
static void |
nn2centX(DoubleArray x)
|
static BooleanArray |
or(BooleanArray x,
BooleanArray y)
|
static DoubleArray |
removeMask(DoubleArray x,
BooleanArray mask)
|
static ComplexArray |
subarray(ComplexArray x,
int from,
int thru)
|
static DoubleArray |
subarray(DoubleArray x,
int from,
int thru)
|
static double |
sum(DoubleArray x)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subarray
public static DoubleArray subarray(DoubleArray x,
int from,
int thru)
subarray
public static ComplexArray subarray(ComplexArray x,
int from,
int thru)
add
public static DoubleArray add(DoubleArray x,
DoubleArray y)
add
public static DoubleArray add(DoubleArray x,
double y)
divX
public static void divX(DoubleArray x,
double y)
sum
public static double sum(DoubleArray x)
min
public static double min(DoubleArray x)
containsNaNInf
public static boolean containsNaNInf(DoubleArray x)
makeArithmeticSeries
public static DoubleArray makeArithmeticSeries(double a,
double d,
int n)
makeArithmeticSeries
public static DoubleArray makeArithmeticSeries(double a,
int n)
makeArithmeticSeries
public static DoubleArray makeArithmeticSeries(int n)
nn2cent
public static DoubleArray nn2cent(DoubleArray x)
nn2centX
public static void nn2centX(DoubleArray x)
Hz2centX
public static void Hz2centX(DoubleArray x)
Hz2cent
public static DoubleArray Hz2cent(DoubleArray x)
lessThan
public static BooleanArray lessThan(DoubleArray x,
double y)
or
public static BooleanArray or(BooleanArray x,
BooleanArray y)
removeMask
public static DoubleArray removeMask(DoubleArray x,
BooleanArray mask)