All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.math.array.shortArray3D
java.lang.Object
|
+----com.ibm.math.array.Array
|
+----com.ibm.math.array.shortArray
|
+----com.ibm.math.array.shortArray3D
- public final class shortArray3D
- extends shortArray
shortArray3D = 3-dimensional array of shorts
The shortArray3D concrete class implements 3-dimensional arrays
of shorts. 3-dimensional arrays can either be instantiated directly
through constructors, or they can begenerated by extracting sections
from other 3- or higher-dimensional arrays.
-
shortArray3D(int, int, int)
- Create a 3-dimensional array of a certain shape.
-
shortArray3D(short[][][])
- Create a 3-dimensional array, with shape and values defined by
a Java short[][][].
-
shortArray3D(shortArray3D)
- Create a new 3-dimensional array as a copy of a given
shortArray3D
-
assign(short)
- Assign a scalar value to all elements of the array.
-
assign(shortArray3D)
- Assign the values from another 3-dimensional array to this array.
-
div(short)
- Each array element is divided by a scalar and the data
computed is returned in a new array
-
div(short, shortArray3D)
- Each array element is divided by a scalar and the data
computed is returned in the result array parameter
-
div(shortArray3D)
- Divides each array element by the corresponding array element and return the data
computed in a new array
-
div(shortArray3D, shortArray3D)
- Divides each array element by the corresponding array element and return the data
computed in the result array parameter
-
divAssign(short)
- div combined with assignment to this array
-
divAssign(shortArray3D)
- div combined with assignment to this array
-
equals(short)
- Computes, element by element, the result of the comparison:
element of this array equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
-
equals(short, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array equals to scalar
and return all the results in the result array.
-
equals(shortArray3D)
- Computes, element by element, the result of the comparison:
element of this array equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
-
equals(shortArray3D, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array equals to parameter array (arrayin) element
and return all the results in the result array.
-
get(Index, Index, Index)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Index, Index, Index, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(Index, Index, int)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Index, Index, int, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Index, Index, Range)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Index, Index, Range, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(Index, int, Index)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Index, int, Index, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Index, int, int)
- Extract selected elements of this shortArray3D into a new shortArray1D.
-
get(Index, int, int, shortArray1D)
- Extract selected elements of this shortArray3D into a shortArray1D.
-
get(Index, int, Range)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Index, int, Range, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Index, Range, Index)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Index, Range, Index, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(Index, Range, int)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Index, Range, int, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Index, Range, Range)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Index, Range, Range, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(int, Index, Index)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(int, Index, Index, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(int, Index, int)
- Extract selected elements of this shortArray3D into a new shortArray1D.
-
get(int, Index, int, shortArray1D)
- Extract selected elements of this shortArray3D into a shortArray1D.
-
get(int, Index, Range)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(int, Index, Range, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(int, int, Index)
- Extract selected elements of this shortArray3D into a new shortArray1D.
-
get(int, int, Index, shortArray1D)
- Extract selected elements of this shortArray3D into a shortArray1D.
-
get(int, int, int)
- Return the value of an element of the array.
-
get(int, int, Range)
- Extract selected elements of this shortArray3D into a new shortArray1D.
-
get(int, int, Range, shortArray1D)
- Extract selected elements of this shortArray3D into a shortArray1D.
-
get(int, Range, Index)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(int, Range, Index, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(int, Range, int)
- Extract selected elements of this shortArray3D into a new shortArray1D.
-
get(int, Range, int, shortArray1D)
- Extract selected elements of this shortArray3D into a shortArray1D.
-
get(int, Range, Range)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(int, Range, Range, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(int[])
- Return the value of an element of the array.
-
get(Range, Index, Index)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Range, Index, Index, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(Range, Index, int)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Range, Index, int, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Range, Index, Range)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Range, Index, Range, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(Range, int, Index)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Range, int, Index, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Range, int, int)
- Extract selected elements of this shortArray3D into a new shortArray1D.
-
get(Range, int, int, shortArray1D)
- Extract selected elements of this shortArray3D into a shortArray1D.
-
get(Range, int, Range)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Range, int, Range, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Range, Range, Index)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Range, Range, Index, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
get(Range, Range, int)
- Extract selected elements of this shortArray3D into a new shortArray2D.
-
get(Range, Range, int, shortArray2D)
- Extract selected elements of this shortArray3D into a shortArray2D.
-
get(Range, Range, Range)
- Extract selected elements of this shortArray3D into a new shortArray3D.
-
get(Range, Range, Range, shortArray3D)
- Extract selected elements of this shortArray3D into a shortArray3D.
-
greater(short)
- Computes, element by element, the result of the comparison:
element of this array greater than scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
-
greater(short, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array greater than scalar
and return all the results in the result array.
-
greater(shortArray3D)
- Computes, element by element, the result of the comparison:
element of this array greater than parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
-
greater(shortArray3D, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array greater than parameter array (arrayin) element
and return all the results in the result array.
-
greaterEquals(short)
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
-
greaterEquals(short, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to scalar
and return all the results in the result array.
-
greaterEquals(shortArray3D)
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
-
greaterEquals(shortArray3D, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to parameter array (arrayin) element
and return all the results in the result array.
-
last(int)
- Return the index of the last element along its i-th axis.
-
less(short)
- Computes, element by element, the result of the comparison:
element of this array less than scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
-
less(short, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array less than scalar
and return all the results in the result array.
-
less(shortArray3D)
- Computes, element by element, the result of the comparison:
element of this array less than parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
-
less(shortArray3D, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array less than parameter array (arrayin) element
and return all the results in the result array.
-
lessEquals(short)
- Computes, element by element, the result of the comparison:
element of this array less than or equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
-
lessEquals(short, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array less than or equals to scalar
and return all the results in the result array.
-
lessEquals(shortArray3D)
- Computes, element by element, the result of the comparison:
element of this array less than or equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
-
lessEquals(shortArray3D, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array less than or equals to parameter array (arrayin) element
and return all the results in the result array.
-
minus(short)
- Subtracts a scalar from each array element and return the data
computed in a new array
-
minus(short, shortArray3D)
- Subtracts a scalar from each array element and return the data
computed in the result array parameter
-
minus(shortArray3D)
- Subtracts the corresponding array element from each array element and return the data
computed in a new array
-
minus(shortArray3D, shortArray3D)
- Subtracts the corresponding array element from each array element and return the data
computed in the result array parameter
-
minusAssign(short)
- minus combined with assignment to this array
-
minusAssign(shortArray3D)
- minus combined with assignment to this array
-
permuteAxes(int, int, int)
- Permute the axes of this array, thus creating a reference
to its (generic) transpose.
-
permuteAxes(int[])
- Permute the axes of this array, thus creating a reference
to its (generic) transpose.
-
plus(short)
- Adds a scalar to each array element and return the data
computed in a new array
-
plus(short, shortArray3D)
- Adds a scalar to each array element and return the data
computed in the result array parameter
-
plus(shortArray3D)
- Adds the corresponding array element to each array element and return the data
computed in a new array
-
plus(shortArray3D, shortArray3D)
- Adds the corresponding array element to each array element and return the data
computed in the result array parameter
-
plusAssign(short)
- plus combined with assignment to this array
-
plusAssign(shortArray3D)
- plus combined with assignment to this array
-
rank()
- Return the rank of the 3-dimensional array, 3.
-
rem(short)
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in a new array
-
rem(short, shortArray3D)
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in the result array parameter
-
rem(shortArray3D)
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in a new array
-
rem(shortArray3D, shortArray3D)
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in the result array parameter
-
remAssign(short)
- rem combined with assignment to this array
-
remAssign(shortArray3D)
- rem combined with assignment to this array
-
reshape()
- This method reshapes this array into an array with
rank 0, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
-
reshape(int)
- This method reshapes this array into an array with
rank 1, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
-
reshape(int, int)
- This method reshapes this array into an array with
rank 2, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
-
reshape(int, int, int)
- This method reshapes this array into an array with
rank 3, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
-
reshape(int[])
- This method is the implementation of the Array interface
reshape that simply call the apropriate version of reshape
given the target rank.
-
section(int, int, int)
- Extract a 0-dimensional section from the array.
-
section(int, int, Range)
- Extract a 1-dimensional section from the array.
-
section(int, Range, int)
- Extract a 1-dimensional section from the array.
-
section(int, Range, Range)
- Extract a 2-dimensional section from the array.
-
section(Range, int, int)
- Extract a 1-dimensional section from the array.
-
section(Range, int, Range)
- Extract a 2-dimensional section from the array.
-
section(Range, Range, int)
- Extract a 2-dimensional section from the array.
-
section(Range, Range, Range)
- Extract a 3-dimensional section from the array.
-
set(Index, Index, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, Index, Index, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(Index, Index, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, Index, int, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Index, Index, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, Index, Range, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(Index, int, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, int, Index, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Index, int, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, int, int, shortArray1D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
-
set(Index, int, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, int, Range, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Index, Range, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, Range, Index, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(Index, Range, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, Range, int, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Index, Range, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Index, Range, Range, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(int, Index, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, Index, Index, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(int, Index, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, Index, int, shortArray1D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
-
set(int, Index, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, Index, Range, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(int, int, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, int, Index, shortArray1D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
-
set(int, int, int, short)
- Set the value of an element of the array.
-
set(int, int, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, int, Range, shortArray1D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
-
set(int, Range, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, Range, Index, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(int, Range, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, Range, int, shortArray1D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
-
set(int, Range, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(int, Range, Range, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(int[], short)
- Set the value of an element of the array.
-
set(Range, Index, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, Index, Index, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(Range, Index, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, Index, int, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Range, Index, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, Index, Range, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(Range, int, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, int, Index, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Range, int, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, int, int, shortArray1D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
-
set(Range, int, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, int, Range, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Range, Range, Index, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, Range, Index, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
set(Range, Range, int, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, Range, int, shortArray2D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
-
set(Range, Range, Range, short)
- Update the value of the selected elements of this shortArray3D with the data in datain.
-
set(Range, Range, Range, shortArray3D)
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
-
shape()
- Return the shape of the array as an int[] I of length 3.
-
size()
- Return the number of elements in the array.
-
size(int)
- Return the extent of the array along its i-th axis.
-
times(short)
- Each array element is multiplied by the scalar parameter and the data
computed is returned in a new array
-
times(short, shortArray3D)
- Each array element is multiplied by scalar and the data computed
is returned in result array parameter
-
times(shortArray3D)
- Multiplies each array element by its corresponding array element and return the data
computed in a new array
-
times(shortArray3D, shortArray3D)
- Multiplies each array element by its corresponding array element and return the data
computed in the result array parameter
-
timesAssign(short)
- times combined with assignment to this array
-
timesAssign(shortArray3D)
- times combined with assignment to this array
-
toJava()
- Transforms this shortArray3D to a short[][][].
-
unequals(short)
- Computes, element by element, the result of the comparison:
element of this array not equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
-
unequals(short, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array not equals to scalar
and return all the results in the result array.
-
unequals(shortArray3D)
- Computes, element by element, the result of the comparison:
element of this array not equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
-
unequals(shortArray3D, booleanArray3D)
- Computes, element by element, the result of the comparison:
element of this array not equals to parameter array (arrayin) element
and return all the results in the result array.
shortArray3D
public shortArray3D(int n0,
int n1,
int n2) throws InvalidArrayShapeException
- Create a 3-dimensional array of a certain shape.
Elements are 0-valued
- Parameters:
- n0 - extent of the array along 0th axis
- n1 - extent of the array along 1th axis
- n2 - extent of the array along 2th axis
- Throws: InvalidArrayShapeException
- all extents must be nonnegative
shortArray3D
public shortArray3D(shortArray3D arrayin)
- Create a new 3-dimensional array as a copy of a given
shortArray3D
- Parameters:
- arrayin - Array to copy
shortArray3D
public shortArray3D(short datain[][][]) throws InvalidArrayShapeException
- Create a 3-dimensional array, with shape and values defined by
a Java short[][][].
- Parameters:
- datain - Java short[][][] defining shape and values of the array
- Throws: InvalidArrayShapeException
- The Java array must be rectangular
assign
public void assign(short value)
- Assign a scalar value to all elements of the array.
- Parameters:
- d - value to be assigned
assign
public void assign(shortArray3D arrayin) throws NonconformingArrayException
- Assign the values from another 3-dimensional array to this array.
- Parameters:
- a - array with source values
- Throws: NonconformingArrayException
- arrays must be of same shape
rank
public int rank()
- Return the rank of the 3-dimensional array, 3.
- Overrides:
- rank in class Array
shape
public int[] shape()
- Return the shape of the array as an int[] I of length 3.
ret[0] = size(0)
ret[1] = size(1)
ret[2] = size(2)
- Overrides:
- shape in class Array
size
public int size()
- Return the number of elements in the array.
- Returns:
- the total number of elements
- Overrides:
- size in class Array
size
public int size(int i) throws InvalidArrayAxisException
- Return the extent of the array along its i-th axis.
- Parameters:
- i - array axis (0 <= i < rank())
- Returns:
- the number of elements along axis i
- Throws: InvalidArrayAxisException
- i must be between 0 and 2
- Overrides:
- size in class Array
last
public int last(int i) throws InvalidArrayAxisException
- Return the index of the last element along its i-th axis.
the value returned is simply size(i)-1, but is convenient
to have such a method because last(i) is more readable than
size(i)-1.
- Parameters:
- i - array axis (0 <= i < rank())
- Returns:
- the index of the last element along axis i
- Throws: InvalidArrayAxisException
- i must be between 0 and 2
- Overrides:
- last in class Array
permuteAxes
public Array permuteAxes(int permarray[]) throws InvalidArrayAxisException
- Permute the axes of this array, thus creating a reference
to its (generic) transpose.
- Parameters:
- array - an array indicating the permutation to be done.
ex: for a 2D array array2D.PermuteAxis({1,0});
would permute the array, but array2D.PermuteAxis({0,1});
returns the same array
- Throws: InvalidArrayAxisException
- 0 <= a0,a1 <= 1
- Overrides:
- permuteAxes in class Array
permuteAxes
public shortArray3D permuteAxes(int a0,
int a1,
int a2) throws InvalidArrayAxisException
- Permute the axes of this array, thus creating a reference
to its (generic) transpose.
- Parameters:
- a0 - Axis to appear as 0 axis (0 to 2)
- a1 - Axis to appear as 0 axis (0 to 2)
- a2 - Axis to appear as 0 axis (0 to 2)
- Throws: InvalidArrayAxisException
- Axes must be in valid range and all different
reshape
public Array reshape(int size[]) throws NonconformingArrayException
- This method is the implementation of the Array interface
reshape that simply call the apropriate version of reshape
given the target rank.
- Parameters:
- size - size[i] is the extent of the result array along the i axis.
- Throws: NonconformingArrayException
- The size of the resulting array
must be compatible with this array, and in the range of ranks supported
by this implementation.
- Overrides:
- reshape in class Array
reshape
public shortArray0D reshape() throws NonconformingArrayException
- This method reshapes this array into an array with
rank 0, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
- Throws: NonconformingArrayException
- the product of all parameters
must be equal to size of this array
reshape
public shortArray1D reshape(int size0) throws NonconformingArrayException
- This method reshapes this array into an array with
rank 1, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
- Parameters:
- size0: - extent of resulting array along axis #0
- Throws: NonconformingArrayException
- the product of all parameters
must be equal to size of this array
reshape
public shortArray2D reshape(int size0,
int size1) throws NonconformingArrayException
- This method reshapes this array into an array with
rank 2, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
- Parameters:
- size0: - extent of resulting array along axis #0
- size1: - extent of resulting array along axis #1
- Throws: NonconformingArrayException
- the product of all parameters
must be equal to size of this array
reshape
public shortArray3D reshape(int size0,
int size1,
int size2) throws NonconformingArrayException
- This method reshapes this array into an array with
rank 3, each parameter gives the size
in each array dimension, the array returned has a copy
of the data from this array, it does not share data
with this array
- Parameters:
- size0: - extent of resulting array along axis #0
- size1: - extent of resulting array along axis #1
- size2: - extent of resulting array along axis #2
- Throws: NonconformingArrayException
- the product of all parameters
must be equal to size of this array
section
public shortArray0D section(int idx0,
int idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract a 0-dimensional section from the array.
- Parameters:
- i0 - index along axis n# 0 defining the section
- i1 - index along axis n# 1 defining the section
- i2 - index along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray1D section(int idx0,
int idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract a 1-dimensional section from the array.
- Parameters:
- i0 - index along axis n# 0 defining the section
- i1 - index along axis n# 1 defining the section
- i2 - range of indices along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray1D section(int idx0,
Range idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract a 1-dimensional section from the array.
- Parameters:
- i0 - index along axis n# 0 defining the section
- i1 - range of indices along axis n# 1 defining the section
- i2 - index along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray2D section(int idx0,
Range idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract a 2-dimensional section from the array.
- Parameters:
- i0 - index along axis n# 0 defining the section
- i1 - range of indices along axis n# 1 defining the section
- i2 - range of indices along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray1D section(Range idx0,
int idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract a 1-dimensional section from the array.
- Parameters:
- i0 - range of indices along axis n# 0 defining the section
- i1 - index along axis n# 1 defining the section
- i2 - index along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray2D section(Range idx0,
int idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract a 2-dimensional section from the array.
- Parameters:
- i0 - range of indices along axis n# 0 defining the section
- i1 - index along axis n# 1 defining the section
- i2 - range of indices along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray2D section(Range idx0,
Range idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract a 2-dimensional section from the array.
- Parameters:
- i0 - range of indices along axis n# 0 defining the section
- i1 - range of indices along axis n# 1 defining the section
- i2 - index along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
section
public shortArray3D section(Range idx0,
Range idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract a 3-dimensional section from the array.
- Parameters:
- i0 - range of indices along axis n# 0 defining the section
- i1 - range of indices along axis n# 1 defining the section
- i2 - range of indices along axis n# 2 defining the section
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public short get(int index[]) throws InvalidArrayIndexException, ArrayIndexOutOfBoundsException
- Return the value of an element of the array.
- Parameters:
- index, - index[i] = index along i-th axis, 0 <= index[i] < size(i)
- Throws: InvalidArrayIndexException
- index[] must be of length 3
- Overrides:
- get in class shortArray
get
public short get(int idx0,
int idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Return the value of an element of the array.
- Parameters:
- idx0 - index along the axis n# 0 of the array.
- idx1 - index along the axis n# 1 of the array.
- idx2 - index along the axis n# 2 of the array.
get
public shortArray1D get(int idx0,
int idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
int idx1,
Range idx2,
shortArray1D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray1D get(int idx0,
int idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
int idx1,
Index idx2,
shortArray1D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray1D get(int idx0,
Range idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
Range idx1,
int idx2,
shortArray1D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(int idx0,
Range idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
Range idx1,
Range idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(int idx0,
Range idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
Range idx1,
Index idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray1D get(int idx0,
Index idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
Index idx1,
int idx2,
shortArray1D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(int idx0,
Index idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
Index idx1,
Range idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(int idx0,
Index idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(int idx0,
Index idx1,
Index idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray1D get(Range idx0,
int idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
int idx1,
int idx2,
shortArray1D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Range idx0,
int idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
int idx1,
Range idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Range idx0,
int idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
int idx1,
Index idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Range idx0,
Range idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
Range idx1,
int idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Range idx0,
Range idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
Range idx1,
Range idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Range idx0,
Range idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
Range idx1,
Index idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Range idx0,
Index idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
Index idx1,
int idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Range idx0,
Index idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
Index idx1,
Range idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Range idx0,
Index idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Range idx0,
Index idx1,
Index idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray1D get(Index idx0,
int idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
int idx1,
int idx2,
shortArray1D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Index idx0,
int idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
int idx1,
Range idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Index idx0,
int idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
int idx1,
Index idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Index idx0,
Range idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
Range idx1,
int idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Index idx0,
Range idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
Range idx1,
Range idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Index idx0,
Range idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
Range idx1,
Index idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray2D get(Index idx0,
Index idx1,
int idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
Index idx1,
int idx2,
shortArray2D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Index idx0,
Index idx1,
Range idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
Index idx1,
Range idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public shortArray3D get(Index idx0,
Index idx1,
Index idx2) throws ArrayIndexOutOfBoundsException
- Extract selected elements of this shortArray3D into a new shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
get
public void get(Index idx0,
Index idx1,
Index idx2,
shortArray3D result) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Extract selected elements of this shortArray3D into a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- result - resulting array
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int index[],
short d) throws InvalidArrayIndexException, ArrayIndexOutOfBoundsException
- Set the value of an element of the array.
- Parameters:
- index - index[i] = index along i-th axis, 0 <= index[i] < size(i)
- d - value to which element is set
- Throws: InvalidArrayIndexException
- index[] must be of length 3
- Overrides:
- set in class shortArray
set
public void set(int idx0,
int idx1,
int idx2,
short val) throws ArrayIndexOutOfBoundsException
- Set the value of an element of the array.
- Parameters:
- idx0 - index along the axis n# 0 of the array
- idx1 - index along the axis n# 1 of the array
- idx2 - index along the axis n# 2 of the array
- val - value to which element is set
set
public void set(int idx0,
int idx1,
Range idx2,
shortArray1D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
int idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
int idx1,
Index idx2,
shortArray1D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
int idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Range idx1,
int idx2,
shortArray1D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Range idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Range idx1,
Range idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Range idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Range idx1,
Index idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Range idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Index idx1,
int idx2,
shortArray1D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Index idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Index idx1,
Range idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Index idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Index idx1,
Index idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(int idx0,
Index idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
int idx1,
int idx2,
shortArray1D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
int idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
int idx1,
Range idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
int idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
int idx1,
Index idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
int idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Range idx1,
int idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Range idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Range idx1,
Range idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Range idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Range idx1,
Index idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Range idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Index idx1,
int idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Index idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Index idx1,
Range idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Index idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Index idx1,
Index idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Range idx0,
Index idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
int idx1,
int idx2,
shortArray1D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray1D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
int idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
int idx1,
Range idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
int idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
int idx1,
Index idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
int idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Range idx1,
int idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Range idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Range idx1,
Range idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Range idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Range idx1,
Index idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Range idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Index idx1,
int idx2,
shortArray2D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray2D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Index idx1,
int idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Index idx1,
Range idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Index idx1,
Range idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Index idx1,
Index idx2,
shortArray3D arrayin) throws ArrayIndexOutOfBoundsException, NonconformingArrayException
- Update the value of the selected elements of this shortArray3D with the data in a shortArray3D.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- arrayin - array containing the input data
- Throws: NonconformingArrayException
- shapes must match
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
set
public void set(Index idx0,
Index idx1,
Index idx2,
short datain) throws ArrayIndexOutOfBoundsException
- Update the value of the selected elements of this shortArray3D with the data in datain.
- Parameters:
- idx0 - indexes along the axis n# 0 of the array
- idx1 - indexes along the axis n# 1 of the array
- idx2 - indexes along the axis n# 2 of the array
- datain - set all elements with this value
- Throws: ArrayIndexOutOfBoundsException
- indices must be valid
plus
public void plus(short scalar,
shortArray3D result) throws NonconformingArrayException
- Adds a scalar to each array element and return the data
computed in the result array parameter
- Parameters:
- scalar - short to be added to each array element
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
plus
public shortArray3D plus(short scalar)
- Adds a scalar to each array element and return the data
computed in a new array
- Parameters:
- scalar - short to be added to each array element
plus
public void plus(shortArray3D arrayin,
shortArray3D result) throws NonconformingArrayException
- Adds the corresponding array element to each array element and return the data
computed in the result array parameter
- Parameters:
- arrayin - shortArray3D to be added element by element
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
plus
public shortArray3D plus(shortArray3D array) throws NonconformingArrayException
- Adds the corresponding array element to each array element and return the data
computed in a new array
- Parameters:
- array - shortArray3D to be added element by element
- Throws: NonconformingArrayException
- shapes must match
plusAssign
public shortArray3D plusAssign(short scalar)
- plus combined with assignment to this array
- Parameters:
- scalar - The second source operand
plusAssign
public shortArray3D plusAssign(shortArray3D array) throws NonconformingArrayException
- plus combined with assignment to this array
- Parameters:
- array - The second source operand
- Throws: NonconformingArrayException
- shapes must match
minus
public void minus(short scalar,
shortArray3D result) throws NonconformingArrayException
- Subtracts a scalar from each array element and return the data
computed in the result array parameter
@param scalar short to be subtracted from each array element
- Parameters:
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
minus
public shortArray3D minus(short scalar)
- Subtracts a scalar from each array element and return the data
computed in a new array
- Parameters:
- scalar - short to be subtracted from each array element
- Throws: NonconformingArrayException
- shapes must match
minus
public void minus(shortArray3D arrayin,
shortArray3D result) throws NonconformingArrayException
- Subtracts the corresponding array element from each array element and return the data
computed in the result array parameter
- Parameters:
- arrayin - shortArray3D to be subtracted element by element
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
minus
public shortArray3D minus(shortArray3D array) throws NonconformingArrayException
- Subtracts the corresponding array element from each array element and return the data
computed in a new array
- Parameters:
- array - shortArray3D to be added element by element
- Throws: NonconformingArrayException
- shapes must match
minusAssign
public shortArray3D minusAssign(short scalar)
- minus combined with assignment to this array
- Parameters:
- scalar - The second source operand
minusAssign
public shortArray3D minusAssign(shortArray3D array) throws NonconformingArrayException
- minus combined with assignment to this array
- Parameters:
- array - The second source operand
- Throws: NonconformingArrayException
- shapes must match
times
public void times(short scalar,
shortArray3D result) throws NonconformingArrayException
- Each array element is multiplied by scalar and the data computed
is returned in result array parameter
- Parameters:
- scalar - each array element is multiplied by this short value
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
times
public shortArray3D times(short scalar)
- Each array element is multiplied by the scalar parameter and the data
computed is returned in a new array
- Parameters:
- scalar - each array element is multiplied by this short value
times
public void times(shortArray3D arrayin,
shortArray3D result) throws NonconformingArrayException
- Multiplies each array element by its corresponding array element and return the data
computed in the result array parameter
- Parameters:
- arrayin - shortArray3D to be multiplied element by element
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
times
public shortArray3D times(shortArray3D array) throws NonconformingArrayException
- Multiplies each array element by its corresponding array element and return the data
computed in a new array
- Parameters:
- array - shortArray3D to be added element by element
- Throws: NonconformingArrayException
- shapes must match
timesAssign
public shortArray3D timesAssign(short scalar)
- times combined with assignment to this array
- Parameters:
- scalar - The second source operand
timesAssign
public shortArray3D timesAssign(shortArray3D array) throws NonconformingArrayException
- times combined with assignment to this array
- Parameters:
- array - The second source operand
- Throws: NonconformingArrayException
- shapes must match
div
public void div(short scalar,
shortArray3D result) throws NonconformingArrayException
- Each array element is divided by a scalar and the data
computed is returned in the result array parameter
- Parameters:
- scalar - Each array element is divided by this short
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
div
public shortArray3D div(short scalar)
- Each array element is divided by a scalar and the data
computed is returned in a new array
- Parameters:
- scalar - Each array element is divided by this short
- Throws: NonconformingArrayException
- shapes must match
div
public void div(shortArray3D arrayin,
shortArray3D result) throws NonconformingArrayException
- Divides each array element by the corresponding array element and return the data
computed in the result array parameter
- Parameters:
- arrayin - the shortArray3D containing the divisors
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
div
public shortArray3D div(shortArray3D array) throws NonconformingArrayException
- Divides each array element by the corresponding array element and return the data
computed in a new array
- Parameters:
- array - the shortArray3D containing the divisors
- Throws: NonconformingArrayException
- shapes must match
divAssign
public shortArray3D divAssign(short scalar)
- div combined with assignment to this array
- Parameters:
- scalar - The second source operand
divAssign
public shortArray3D divAssign(shortArray3D array) throws NonconformingArrayException
- div combined with assignment to this array
- Parameters:
- array - The second source operand
- Throws: NonconformingArrayException
- shapes must match
rem
public void rem(short scalar,
shortArray3D result) throws NonconformingArrayException
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in the result array parameter
- Parameters:
- scalar - The remaing operation second operand
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
rem
public shortArray3D rem(short scalar)
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in a new array
- Parameters:
- scalar - The remaing operation second operand
- Throws: NonconformingArrayException
- shapes must match
rem
public void rem(shortArray3D arrayin,
shortArray3D result) throws NonconformingArrayException
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in the result array parameter
- Parameters:
- arrayin - the shortArray3D containing the divisors
- result - shortArray3D Object that will store the result
- Throws: NonconformingArrayException
- shapes must match
rem
public shortArray3D rem(shortArray3D array) throws NonconformingArrayException
- Each array element is divided by a scalar and the remaining of
the integer division computed is returned in a new array
- Parameters:
- array - the shortArray3D containing the divisors
- Throws: NonconformingArrayException
- shapes must match
remAssign
public shortArray3D remAssign(short scalar)
- rem combined with assignment to this array
- Parameters:
- scalar - The second source operand
remAssign
public shortArray3D remAssign(shortArray3D array) throws NonconformingArrayException
- rem combined with assignment to this array
- Parameters:
- array - The second source operand
- Throws: NonconformingArrayException
- shapes must match
equals
public booleanArray3D equals(short scalar)
- Computes, element by element, the result of the comparison:
element of this array equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
- Parameters:
- scalar - scalar to compare element by element with this array
equals
public void equals(short scalar,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array equals to scalar
and return all the results in the result array.
- Parameters:
- scalar - scalar to compare element by element with this array
- result - boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- shapes must match.
equals
public booleanArray3D equals(shortArray3D arrayin) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
- Parameters:
- arrayin - Array to compare element by element with this array
- Throws: NonconformingArrayException
- Shapes must match.
equals
public void equals(shortArray3D arrayin,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array equals to parameter array (arrayin) element
and return all the results in the result array.
- Parameters:
- arrayin - Array to compare element by element with this array
- result - Boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- Shapes must match.
unequals
public booleanArray3D unequals(short scalar)
- Computes, element by element, the result of the comparison:
element of this array not equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
- Parameters:
- scalar - scalar to compare element by element with this array
unequals
public void unequals(short scalar,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array not equals to scalar
and return all the results in the result array.
- Parameters:
- scalar - scalar to compare element by element with this array
- result - boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- shapes must match.
unequals
public booleanArray3D unequals(shortArray3D arrayin) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array not equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
- Parameters:
- arrayin - Array to compare element by element with this array
- Throws: NonconformingArrayException
- Shapes must match.
unequals
public void unequals(shortArray3D arrayin,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array not equals to parameter array (arrayin) element
and return all the results in the result array.
- Parameters:
- arrayin - Array to compare element by element with this array
- result - Boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- Shapes must match.
greater
public booleanArray3D greater(short scalar)
- Computes, element by element, the result of the comparison:
element of this array greater than scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
- Parameters:
- scalar - scalar to compare element by element with this array
greater
public void greater(short scalar,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array greater than scalar
and return all the results in the result array.
- Parameters:
- scalar - scalar to compare element by element with this array
- result - boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- shapes must match.
greater
public booleanArray3D greater(shortArray3D arrayin) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array greater than parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
- Parameters:
- arrayin - Array to compare element by element with this array
- Throws: NonconformingArrayException
- Shapes must match.
greater
public void greater(shortArray3D arrayin,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array greater than parameter array (arrayin) element
and return all the results in the result array.
- Parameters:
- arrayin - Array to compare element by element with this array
- result - Boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- Shapes must match.
greaterEquals
public booleanArray3D greaterEquals(short scalar)
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
- Parameters:
- scalar - scalar to compare element by element with this array
greaterEquals
public void greaterEquals(short scalar,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to scalar
and return all the results in the result array.
- Parameters:
- scalar - scalar to compare element by element with this array
- result - boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- shapes must match.
greaterEquals
public booleanArray3D greaterEquals(shortArray3D arrayin) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
- Parameters:
- arrayin - Array to compare element by element with this array
- Throws: NonconformingArrayException
- Shapes must match.
greaterEquals
public void greaterEquals(shortArray3D arrayin,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array greater than or equals to parameter array (arrayin) element
and return all the results in the result array.
- Parameters:
- arrayin - Array to compare element by element with this array
- result - Boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- Shapes must match.
less
public booleanArray3D less(short scalar)
- Computes, element by element, the result of the comparison:
element of this array less than scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
- Parameters:
- scalar - scalar to compare element by element with this array
less
public void less(short scalar,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array less than scalar
and return all the results in the result array.
- Parameters:
- scalar - scalar to compare element by element with this array
- result - boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- shapes must match.
less
public booleanArray3D less(shortArray3D arrayin) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array less than parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
- Parameters:
- arrayin - Array to compare element by element with this array
- Throws: NonconformingArrayException
- Shapes must match.
less
public void less(shortArray3D arrayin,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array less than parameter array (arrayin) element
and return all the results in the result array.
- Parameters:
- arrayin - Array to compare element by element with this array
- result - Boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- Shapes must match.
lessEquals
public booleanArray3D lessEquals(short scalar)
- Computes, element by element, the result of the comparison:
element of this array less than or equals to scalar
and return all the results in a new booleanArray3D of the
same shape as this array.
- Parameters:
- scalar - scalar to compare element by element with this array
lessEquals
public void lessEquals(short scalar,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array less than or equals to scalar
and return all the results in the result array.
- Parameters:
- scalar - scalar to compare element by element with this array
- result - boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- shapes must match.
lessEquals
public booleanArray3D lessEquals(shortArray3D arrayin) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array less than or equals to parameter array (arrayin) element
and return all the results in a new booleanArray3D of the
same shape as both arrays.
- Parameters:
- arrayin - Array to compare element by element with this array
- Throws: NonconformingArrayException
- Shapes must match.
lessEquals
public void lessEquals(shortArray3D arrayin,
booleanArray3D result) throws NonconformingArrayException
- Computes, element by element, the result of the comparison:
element of this array less than or equals to parameter array (arrayin) element
and return all the results in the result array.
- Parameters:
- arrayin - Array to compare element by element with this array
- result - Boolean array to store the result of the comparison
- Throws: NonconformingArrayException
- Shapes must match.
toJava
public short[][][] toJava()
- Transforms this shortArray3D to a short[][][].
All Packages Class Hierarchy This Package Previous Next Index