| Modifier and Type | Field and Description |
|---|---|
protected LargeArrayType |
LargeArray.type |
| Modifier and Type | Method and Description |
|---|---|
LargeArrayType |
LargeArray.getType()
Returns the type of an array.
|
static LargeArrayType |
LargeArrayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LargeArrayType[] |
LargeArrayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LargeArray |
LargeArrayArithmetics.abs(LargeArray a,
LargeArrayType out_type)
Absolute value of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.acos(LargeArray a,
LargeArrayType out_type)
Acos of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.add(LargeArray a,
LargeArray b,
LargeArrayType out_type)
Addition of two LargeArrays.
|
static LargeArray |
LargeArrayArithmetics.asin(LargeArray a,
LargeArrayType out_type)
Asin of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.atan(LargeArray a,
LargeArrayType out_type)
Atan of LargeArray.
|
static LargeArray |
LargeArrayUtils.convert(LargeArray src,
LargeArrayType type)
Converts LargeArray to a given type.
|
static LargeArray |
LargeArrayArithmetics.cos(LargeArray a,
LargeArrayType out_type)
Cos of LargeArray.
|
static LargeArray |
LargeArrayUtils.create(LargeArrayType type,
long length)
Creates a new instance of LargeArray.
|
static LargeArray |
LargeArrayUtils.create(LargeArrayType type,
long length,
boolean zeroNativeMemory)
Creates a new instance of LargeArray
|
static LargeArray |
LargeArrayUtils.createConstant(LargeArrayType type,
long length,
Object value)
Creates a new constant LargeArray.
|
static LargeArray |
LargeArrayArithmetics.diff(LargeArray a,
LargeArray b,
LargeArrayType out_type)
Subtraction of two LargeArrays.
|
static LargeArray |
LargeArrayArithmetics.div(LargeArray a,
LargeArray b,
LargeArrayType out_type)
Division of two LargeArrays.
|
static LargeArray |
LargeArrayArithmetics.exp(LargeArray a,
LargeArrayType out_type)
Exponent of LargeArray.
|
static LargeArray |
LargeArrayUtils.generateRandom(LargeArrayType type,
long length)
Generates a random LargeArray
|
static LargeArray |
LargeArrayArithmetics.log(LargeArray a,
LargeArrayType out_type)
Natural logarithm of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.log10(LargeArray a,
LargeArrayType out_type)
Base 10 logarithm of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.mult(LargeArray a,
LargeArray b,
LargeArrayType out_type)
Multiplication of two LargeArrays.
|
static LargeArray |
LargeArrayArithmetics.neg(LargeArray a,
LargeArrayType out_type)
Negation of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.pow(LargeArray a,
double n,
LargeArrayType out_type)
Power of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.signum(LargeArray a,
LargeArrayType out_type)
Signum of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.sin(LargeArray a,
LargeArrayType out_type)
Sin of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.sqrt(LargeArray a,
LargeArrayType out_type)
Square root of LargeArray.
|
static LargeArray |
LargeArrayArithmetics.tan(LargeArray a,
LargeArrayType out_type)
Tan of LargeArray.
|
| Constructor and Description |
|---|
LargeArray(Object parent,
long nativePointer,
LargeArrayType largeArrayType,
long length)
Creates new instance of this class by wrapping a native pointer.
|
Copyright © 2015. All rights reserved.