| 程序包 | 说明 |
|---|---|
| org.meteoinfo.bak | |
| org.meteoinfo.math | |
| org.meteoinfo.ndarray |
Multidimensional arrays of primitives and objects with data stored in memory.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Array |
ArrayMath.add(Array a,
Complex b) |
Array add
|
static Array |
ArrayMath.div(Array a,
Complex b) |
Array divide
|
static Array |
ArrayMath.div(Complex b,
Array a) |
Array divide
|
static Array |
ArrayMath.mul(Array a,
Complex b) |
Array multiply
|
static Array |
ArrayMath.pow(Array a,
Complex b) |
Array pow function
|
static Array |
ArrayMath.pow(Complex b,
Array a) |
Array pow function
|
static Array |
ArrayMath.sub(Array a,
Complex b) |
Array subtract
|
static Array |
ArrayMath.sub(Complex b,
Array a) |
Array subtract
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Array |
ArrayMath.add(Array a,
Complex b) |
Array add
|
static Array |
ArrayMath.div(Array a,
Complex b) |
Array divide
|
static Array |
ArrayMath.div(Complex b,
Array a) |
Array divide
|
static Array |
ArrayMath.mul(Array a,
Complex b) |
Array multiply
|
static Array |
ArrayMath.pow(Array a,
Complex b) |
Array pow function
|
static Array |
ArrayMath.pow(Complex b,
Array a) |
Array pow function
|
static Array |
ArrayMath.sub(Array a,
Complex b) |
Array subtract
|
static Array |
ArrayMath.sub(Complex b,
Array a) |
Array subtract
|
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected Complex[] |
ArrayComplex.storage |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Complex |
Complex.acos() |
|
Complex |
Complex.add(double addend) |
|
Complex |
Complex.add(org.apache.commons.math3.complex.Complex addend) |
|
Complex |
Complex.asin() |
|
Complex |
Complex.atan() |
|
Complex |
Complex.cos() |
|
Complex |
Complex.divide(double v) |
|
Complex |
Complex.divide(org.apache.commons.math3.complex.Complex v) |
|
Complex |
Complex.exp() |
|
Complex |
ArrayComplex.D0.get() |
get the value.
|
Complex |
ArrayComplex.D1.get(int i) |
get the value.
|
Complex |
ArrayComplex.D2.get(int i,
int j) |
get the value.
|
Complex |
ArrayComplex.D3.get(int i,
int j,
int k) |
get the value.
|
Complex |
ArrayComplex.D4.get(int i,
int j,
int k,
int l) |
get the value.
|
Complex |
ArrayComplex.D5.get(int i,
int j,
int k,
int l,
int m) |
get the value.
|
Complex |
ArrayComplex.D6.get(int i,
int j,
int k,
int l,
int m,
int n) |
get the value.
|
Complex |
ArrayComplex.D7.get(int i,
int j,
int k,
int l,
int m,
int n,
int o) |
get the value.
|
Complex |
ArrayComplex.get(Index i) |
get the value at the specified index.
|
abstract Complex |
Array.getComplex(int elem) |
|
abstract Complex |
Array.getComplex(Index ima) |
Get the array element at the current element of ima, as a complex.
|
Complex |
ArrayBoolean.getComplex(int index) |
|
Complex |
ArrayBoolean.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayByte.getComplex(int index) |
|
Complex |
ArrayByte.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayChar.getComplex(int index) |
|
Complex |
ArrayChar.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayComplex.getComplex(int index) |
|
Complex |
ArrayComplex.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayDouble.getComplex(int index) |
|
Complex |
ArrayDouble.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayFloat.getComplex(int index) |
|
Complex |
ArrayFloat.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayInt.getComplex(int index) |
|
Complex |
ArrayInt.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayLong.getComplex(int index) |
|
Complex |
ArrayLong.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayObject.getComplex(int index) |
|
Complex |
ArrayObject.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayRagged.getComplex(int index) |
|
Complex |
ArrayRagged.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayScalar.getComplex(int index) |
|
Complex |
ArrayScalar.getComplex(Index index) |
|
Complex |
ArrayShort.getComplex(int index) |
|
Complex |
ArrayShort.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayString.getComplex(int index) |
|
Complex |
ArrayString.getComplex(Index i) |
|
Complex |
ArrayStructure.getComplex(int index) |
|
Complex |
ArrayStructure.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
ArrayStructureBak.getComplex(int index) |
|
Complex |
ArrayStructureBak.getComplex(Index i) |
not legal, throw ForbiddenConversionException
|
Complex |
IndexIterator.getComplexCurrent() |
Get current value as a complex
|
Complex |
IteratorFast.getComplexCurrent() |
|
Complex |
IndexIterator.getComplexNext() |
Get next value as a complex
|
Complex |
IteratorFast.getComplexNext() |
|
Complex |
ArrayComplex.D3.IF.getNext() |
|
Complex |
Complex.log() |
|
Complex |
Complex.multiply(double v) |
|
Complex |
Complex.multiply(org.apache.commons.math3.complex.Complex v) |
|
Complex |
Complex.pow(double v) |
|
Complex |
Complex.pow(org.apache.commons.math3.complex.Complex v) |
|
Complex |
Complex.rDivide(double v) |
|
Complex |
Complex.rPow(double v) |
|
Complex |
Complex.rSubtract(double v) |
|
Complex |
Complex.sin() |
|
Complex |
Complex.sqrt() |
|
Complex |
Complex.subtract(double v) |
|
Complex |
Complex.subtract(org.apache.commons.math3.complex.Complex v) |
|
Complex |
Complex.tan() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
ArrayComplex.D0.set(Complex value) |
set the value.
|
void |
ArrayComplex.D1.set(int i,
Complex value) |
set the value.
|
void |
ArrayComplex.D2.set(int i,
int j,
Complex value) |
set the value.
|
void |
ArrayComplex.D3.set(int i,
int j,
int k,
Complex value) |
set the value.
|
void |
ArrayComplex.D4.set(int i,
int j,
int k,
int l,
Complex value) |
set the value.
|
void |
ArrayComplex.D5.set(int i,
int j,
int k,
int l,
int m,
Complex value) |
set the value.
|
void |
ArrayComplex.D6.set(int i,
int j,
int k,
int l,
int m,
int n,
Complex value) |
set the value.
|
void |
ArrayComplex.D7.set(int i,
int j,
int k,
int l,
int m,
int n,
int o,
Complex value) |
set the value.
|
void |
ArrayComplex.set(Index i,
Complex value) |
set the value at the specified index.
|
abstract void |
Array.setComplex(int elem,
Complex value) |
|
abstract void |
Array.setComplex(Index ima,
Complex value) |
Set the array element at the current element of ima.
|
void |
ArrayBoolean.setComplex(int index,
Complex value) |
|
void |
ArrayBoolean.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayByte.setComplex(int index,
Complex value) |
|
void |
ArrayByte.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayChar.setComplex(int index,
Complex value) |
|
void |
ArrayChar.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayComplex.setComplex(int index,
Complex value) |
|
void |
ArrayComplex.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayDouble.setComplex(int index,
Complex value) |
|
void |
ArrayDouble.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayFloat.setComplex(int index,
Complex value) |
|
void |
ArrayFloat.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayInt.setComplex(int index,
Complex value) |
|
void |
ArrayInt.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayLong.setComplex(int index,
Complex value) |
|
void |
ArrayLong.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayObject.setComplex(int index,
Complex value) |
|
void |
ArrayObject.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayRagged.setComplex(int index,
Complex value) |
|
void |
ArrayRagged.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayScalar.setComplex(int index,
Complex value) |
|
void |
ArrayScalar.setComplex(Index index,
Complex value) |
|
void |
ArrayShort.setComplex(int index,
Complex value) |
|
void |
ArrayShort.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayString.setComplex(int index,
Complex value) |
|
void |
ArrayString.setComplex(Index i,
Complex value) |
|
void |
ArrayStructure.setComplex(int index,
Complex value) |
|
void |
ArrayStructure.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
ArrayStructureBak.setComplex(int index,
Complex value) |
|
void |
ArrayStructureBak.setComplex(Index i,
Complex value) |
not legal, throw ForbiddenConversionException
|
void |
IndexIterator.setComplexCurrent(Complex val) |
Set current value with a complex
|
void |
IteratorFast.setComplexCurrent(Complex val) |
|
void |
IndexIterator.setComplexNext(Complex val) |
Set next value with a complex
|
void |
IteratorFast.setComplexNext(Complex val) |
|
void |
ArrayComplex.D3.IF.setNext(Complex val) |
Copyright © 2019. All rights reserved.