sidl
public static class DoubleComplex.Array extends BaseArray
sidl.DoubleComplex
for the sidl Java run-time. Many of these methods will throw
array index exceptions if the specified indices are out of bounds.Modifier and Type | Class and Description |
---|---|
static class |
DoubleComplex.Array.Holder |
Modifier | Constructor and Description |
---|---|
|
DoubleComplex.Array()
Construct an empty array object.
|
|
DoubleComplex.Array(int dim,
int[] lower,
int[] upper,
boolean isRow)
Create an array with the specified lower and upper bounds.
|
protected |
DoubleComplex.Array(long array,
boolean owner)
Create an array using an IOR array pointer.
|
Modifier and Type | Method and Description |
---|---|
void |
_copy(DoubleComplex.Array dest)
Method Copy copies the elements of 'this' to an already existing
array of the same size.
|
DoubleComplex.Array |
_dcast()
Casts this array to an array of a defined dimension and returns
the resulting array.
|
DoubleComplex |
_get(int i,
int j,
int k,
int l,
int m,
int n,
int o)
Native routine to fetch the specified value from the array.
|
void |
_reallocate(int dim,
int[] lower,
int[] upper,
boolean isRow)
Native routine to reallocate data in the array.
|
void |
_set(int i,
int j,
int k,
int l,
int m,
int n,
int o,
DoubleComplex value)
Native routine to set the specified value in the array.
|
DoubleComplex.Array |
_slice(int dimen,
int[] numElem,
int[] srcStart,
int[] srcStride,
int[] newStart)
Slice returns an array that is <= the orignial array.
|
_addRef, _deallocate, _destroy, _dim, _isColumnOrder, _isRowOrder, _length, _lower, _smartCopy, _stride, _type, _upper, checkBounds, checkBounds, checkBounds, checkBounds, checkBounds, checkBounds, checkBounds, checkDimension, checkIndexBounds, checkNullArray, destroy, dim, finalize, get_ior_pointer, get_owner, isNull, lower, reallocate, reset, set_ior_pointer, set_owner, stride, upper
public DoubleComplex.Array()
realllocate
before any actions are performed on the
array data.protected DoubleComplex.Array(long array, boolean owner)
public DoubleComplex.Array(int dim, int[] lower, int[] upper, boolean isRow)
public DoubleComplex _get(int i, int j, int k, int l, int m, int n, int o)
public void _set(int i, int j, int k, int l, int m, int n, int o, DoubleComplex value)
public void _reallocate(int dim, int[] lower, int[] upper, boolean isRow)
_reallocate
in class BaseArray
public DoubleComplex.Array _slice(int dimen, int[] numElem, int[] srcStart, int[] srcStride, int[] newStart)
public void _copy(DoubleComplex.Array dest)
public DoubleComplex.Array _dcast()