| Constructor and Description |
|---|
StdArrays() |
| Modifier and Type | Method and Description |
|---|---|
static boolean[] |
array1dCopyOf(BooleanNdArray ndArray)
Copy a
BooleanNdArray in a new 1-dimension standard array of booleans |
static byte[] |
array1dCopyOf(ByteNdArray ndArray)
Copy a
ByteNdArray in a new 1-dimension standard array of bytes |
static double[] |
array1dCopyOf(DoubleNdArray ndArray)
Copy a
DoubleNdArray in a new 1-dimension standard array of doubles |
static float[] |
array1dCopyOf(FloatNdArray ndArray)
Copy a
FloatNdArray in a new 1-dimension standard array of floats |
static int[] |
array1dCopyOf(IntNdArray ndArray)
Copy a
IntNdArray in a new 1-dimension standard array of ints |
static long[] |
array1dCopyOf(LongNdArray ndArray)
Copy a
LongNdArray in a new 1-dimension standard array of longs |
static <T> T[] |
array1dCopyOf(NdArray<T> ndArray,
Class<T> objectType)
Copy a
NdArray<T> in a new 1-dimension standard array of objects |
static short[] |
array1dCopyOf(ShortNdArray ndArray)
Copy a
ShortNdArray in a new 1-dimension standard array of shorts |
static boolean[][] |
array2dCopyOf(BooleanNdArray ndArray)
Copy a
BooleanNdArray in a new 2-dimension standard array of booleans |
static byte[][] |
array2dCopyOf(ByteNdArray ndArray)
Copy a
ByteNdArray in a new 2-dimension standard array of bytes |
static double[][] |
array2dCopyOf(DoubleNdArray ndArray)
Copy a
DoubleNdArray in a new 2-dimension standard array of doubles |
static float[][] |
array2dCopyOf(FloatNdArray ndArray)
Copy a
FloatNdArray in a new 2-dimension standard array of floats |
static int[][] |
array2dCopyOf(IntNdArray ndArray)
Copy a
IntNdArray in a new 2-dimension standard array of ints |
static long[][] |
array2dCopyOf(LongNdArray ndArray)
Copy a
LongNdArray in a new 2-dimension standard array of longs |
static <T> T[][] |
array2dCopyOf(NdArray<T> ndArray,
Class<T> objectType)
Copy a
NdArray<T> in a new 2-dimension standard array of objects |
static short[][] |
array2dCopyOf(ShortNdArray ndArray)
Copy a
ShortNdArray in a new 2-dimension standard array of shorts |
static boolean[][][] |
array3dCopyOf(BooleanNdArray ndArray)
Copy a
BooleanNdArray in a new 3-dimension standard array of booleans |
static byte[][][] |
array3dCopyOf(ByteNdArray ndArray)
Copy a
ByteNdArray in a new 3-dimension standard array of bytes |
static double[][][] |
array3dCopyOf(DoubleNdArray ndArray)
Copy a
DoubleNdArray in a new 3-dimension standard array of doubles |
static float[][][] |
array3dCopyOf(FloatNdArray ndArray)
Copy a
FloatNdArray in a new 3-dimension standard array of floats |
static int[][][] |
array3dCopyOf(IntNdArray ndArray)
Copy a
IntNdArray in a new 3-dimension standard array of ints |
static long[][][] |
array3dCopyOf(LongNdArray ndArray)
Copy a
LongNdArray in a new 3-dimension standard array of longs |
static <T> T[][][] |
array3dCopyOf(NdArray<T> ndArray,
Class<T> objectType)
Copy a
NdArray<T> in a new 3-dimension standard array of objects |
static short[][][] |
array3dCopyOf(ShortNdArray ndArray)
Copy a
ShortNdArray in a new 3-dimension standard array of shorts |
static boolean[][][][] |
array4dCopyOf(BooleanNdArray ndArray)
Copy a
BooleanNdArray in a new 4-dimension standard array of booleans |
static byte[][][][] |
array4dCopyOf(ByteNdArray ndArray)
Copy a
ByteNdArray in a new 4-dimension standard array of bytes |
static double[][][][] |
array4dCopyOf(DoubleNdArray ndArray)
Copy a
DoubleNdArray in a new 4-dimension standard array of doubles |
static float[][][][] |
array4dCopyOf(FloatNdArray ndArray)
Copy a
FloatNdArray in a new 4-dimension standard array of floats |
static int[][][][] |
array4dCopyOf(IntNdArray ndArray)
Copy a
IntNdArray in a new 4-dimension standard array of ints |
static long[][][][] |
array4dCopyOf(LongNdArray ndArray)
Copy a
LongNdArray in a new 4-dimension standard array of longs |
static <T> T[][][][] |
array4dCopyOf(NdArray<T> ndArray,
Class<T> objectType)
Copy a
NdArray<T> in a new 4-dimension standard array of objects |
static short[][][][] |
array4dCopyOf(ShortNdArray ndArray)
Copy a
ShortNdArray in a new 4-dimension standard array of shorts |
static boolean[][][][][] |
array5dCopyOf(BooleanNdArray ndArray)
Copy a
BooleanNdArray in a new 5-dimension standard array of booleans |
static byte[][][][][] |
array5dCopyOf(ByteNdArray ndArray)
Copy a
ByteNdArray in a new 5-dimension standard array of bytes |
static double[][][][][] |
array5dCopyOf(DoubleNdArray ndArray)
Copy a
DoubleNdArray in a new 5-dimension standard array of doubles |
static float[][][][][] |
array5dCopyOf(FloatNdArray ndArray)
Copy a
FloatNdArray in a new 5-dimension standard array of floats |
static int[][][][][] |
array5dCopyOf(IntNdArray ndArray)
Copy a
IntNdArray in a new 5-dimension standard array of ints |
static long[][][][][] |
array5dCopyOf(LongNdArray ndArray)
Copy a
LongNdArray in a new 5-dimension standard array of longs |
static <T> T[][][][][] |
array5dCopyOf(NdArray<T> ndArray,
Class<T> objectType)
Copy a
NdArray<T> in a new 5-dimension standard array of objects |
static short[][][][][] |
array5dCopyOf(ShortNdArray ndArray)
Copy a
ShortNdArray in a new 5-dimension standard array of shorts |
static boolean[][][][][][] |
array6dCopyOf(BooleanNdArray ndArray)
Copy a
BooleanNdArray in a new 6-dimension standard array of booleans |
static byte[][][][][][] |
array6dCopyOf(ByteNdArray ndArray)
Copy a
ByteNdArray in a new 6-dimension standard array of bytes |
static double[][][][][][] |
array6dCopyOf(DoubleNdArray ndArray)
Copy a
DoubleNdArray in a new 6-dimension standard array of doubles |
static float[][][][][][] |
array6dCopyOf(FloatNdArray ndArray)
Copy a
FloatNdArray in a new 6-dimension standard array of floats |
static int[][][][][][] |
array6dCopyOf(IntNdArray ndArray)
Copy a
IntNdArray in a new 6-dimension standard array of ints |
static long[][][][][][] |
array6dCopyOf(LongNdArray ndArray)
Copy a
LongNdArray in a new 6-dimension standard array of longs |
static <T> T[][][][][][] |
array6dCopyOf(NdArray<T> ndArray,
Class<T> objectType)
Copy a
NdArray<T> in a new 6-dimension standard array of objects |
static short[][][][][][] |
array6dCopyOf(ShortNdArray ndArray)
Copy a
ShortNdArray in a new 6-dimension standard array of shorts |
static void |
copyFrom(BooleanNdArray src,
boolean[] dst)
Copy a
NdArray to an array of booleans. |
static void |
copyFrom(BooleanNdArray src,
boolean[][] dst)
Copy a
NdArray to a 2-dimensional array of booleans |
static void |
copyFrom(BooleanNdArray src,
boolean[][][] dst)
Copy a
NdArray to a 3-dimensional array of booleans |
static void |
copyFrom(BooleanNdArray src,
boolean[][][][] dst)
Copy a
NdArray to a 4-dimensional array of booleans |
static void |
copyFrom(BooleanNdArray src,
boolean[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of booleans |
static void |
copyFrom(BooleanNdArray src,
boolean[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of booleans |
static void |
copyFrom(ByteNdArray src,
byte[] dst)
Copy a
NdArray to an array of bytes |
static void |
copyFrom(ByteNdArray src,
byte[][] dst)
Copy a
NdArray to a 2-dimensional array of bytes |
static void |
copyFrom(ByteNdArray src,
byte[][][] dst)
Copy a
NdArray to a 3-dimensional array of bytes |
static void |
copyFrom(ByteNdArray src,
byte[][][][] dst)
Copy a
NdArray to a 4-dimensional array of bytes |
static void |
copyFrom(ByteNdArray src,
byte[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of bytes |
static void |
copyFrom(ByteNdArray src,
byte[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of bytes |
static void |
copyFrom(DoubleNdArray src,
double[] dst)
Copy a
NdArray to an array of doubles |
static void |
copyFrom(DoubleNdArray src,
double[][] dst)
Copy a
NdArray to a 2-dimensional array of doubles |
static void |
copyFrom(DoubleNdArray src,
double[][][] dst)
Copy a
NdArray to a 3-dimensional array of doubles |
static void |
copyFrom(DoubleNdArray src,
double[][][][] dst)
Copy a
NdArray to a 4-dimensional array of doubles |
static void |
copyFrom(DoubleNdArray src,
double[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of doubles |
static void |
copyFrom(DoubleNdArray src,
double[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of doubles |
static void |
copyFrom(FloatNdArray src,
float[] dst)
Copy a
NdArray to an array of floats |
static void |
copyFrom(FloatNdArray src,
float[][] dst)
Copy a
NdArray to a 2-dimensional array of floats |
static void |
copyFrom(FloatNdArray src,
float[][][] dst)
Copy a
NdArray to a 3-dimensional array of floats |
static void |
copyFrom(FloatNdArray src,
float[][][][] dst)
Copy a
NdArray to a 4-dimensional array of floats |
static void |
copyFrom(FloatNdArray src,
float[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of floats |
static void |
copyFrom(FloatNdArray src,
float[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of floats |
static void |
copyFrom(IntNdArray src,
int[] dst)
Copy a
NdArray to an array of ints |
static void |
copyFrom(IntNdArray src,
int[][] dst)
Copy a
NdArray to a 2-dimensional array of ints |
static void |
copyFrom(IntNdArray src,
int[][][] dst)
Copy a
NdArray to a 3-dimensional array of ints |
static void |
copyFrom(IntNdArray src,
int[][][][] dst)
Copy a
NdArray to a 4-dimensional array of ints |
static void |
copyFrom(IntNdArray src,
int[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of ints |
static void |
copyFrom(IntNdArray src,
int[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of ints |
static void |
copyFrom(LongNdArray src,
long[] dst)
Copy a
NdArray to an array of longs |
static void |
copyFrom(LongNdArray src,
long[][] dst)
Copy a
NdArray to a 2-dimensional array of longs |
static void |
copyFrom(LongNdArray src,
long[][][] dst)
Copy a
NdArray to a 3-dimensional array of longs |
static void |
copyFrom(LongNdArray src,
long[][][][] dst)
Copy a
NdArray to a 4-dimensional array of longs |
static void |
copyFrom(LongNdArray src,
long[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of longs |
static void |
copyFrom(LongNdArray src,
long[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of longs |
static <T> void |
copyFrom(NdArray<T> src,
T[] dst)
Copy a
NdArray to an array of objects |
static <T> void |
copyFrom(NdArray<T> src,
T[][] dst)
Copy a
NdArray to a 2-dimensional array of objects |
static <T> void |
copyFrom(NdArray<T> src,
T[][][] dst)
Copy a
NdArray to a 3-dimensional array of objects |
static <T> void |
copyFrom(NdArray<T> src,
T[][][][] dst)
Copy a
NdArray to a 4-dimensional array of objects |
static <T> void |
copyFrom(NdArray<T> src,
T[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of objects |
static <T> void |
copyFrom(NdArray<T> src,
T[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of objects |
static void |
copyFrom(ShortNdArray src,
short[] dst)
Copy a
NdArray to an array of shorts |
static void |
copyFrom(ShortNdArray src,
short[][] dst)
Copy a
NdArray to a 2-dimensional array of shorts |
static void |
copyFrom(ShortNdArray src,
short[][][] dst)
Copy a
NdArray to a 3-dimensional array of shorts |
static void |
copyFrom(ShortNdArray src,
short[][][][] dst)
Copy a
NdArray to a 4-dimensional array of shorts |
static void |
copyFrom(ShortNdArray src,
short[][][][][] dst)
Copy a
NdArray to a 5-dimensional array of shorts |
static void |
copyFrom(ShortNdArray src,
short[][][][][][] dst)
Copy a
NdArray to a 6-dimensional array of shorts |
static void |
copyTo(boolean[][][][][][] src,
BooleanNdArray dst)
Copy a 6-dimensional array of booleans into the
dst NdArray |
static void |
copyTo(boolean[][][][][] src,
BooleanNdArray dst)
Copy a 5-dimensional array of booleans into the
dst NdArray |
static void |
copyTo(boolean[][][][] src,
BooleanNdArray dst)
Copy a 4-dimensional array of booleans into the
dst NdArray |
static void |
copyTo(boolean[][][] src,
BooleanNdArray dst)
Copy a 3-dimensional array of booleans into the
dst NdArray |
static void |
copyTo(boolean[][] src,
BooleanNdArray dst)
Copy a 2-dimensional array of booleans into the
dst NdArray |
static void |
copyTo(boolean[] src,
BooleanNdArray dst)
Copy an array of booleans into the
dst NdArray |
static void |
copyTo(byte[][][][][][] src,
ByteNdArray dst)
Copy a 6-dimensional array of bytes into the
dst NdArray |
static void |
copyTo(byte[][][][][] src,
ByteNdArray dst)
Copy a 5-dimensional array of bytes into the
dst NdArray |
static void |
copyTo(byte[][][][] src,
ByteNdArray dst)
Copy a 4-dimensional array of bytes into the
dst NdArray |
static void |
copyTo(byte[][][] src,
ByteNdArray dst)
Copy a 3-dimensional array of bytes into the
dst NdArray |
static void |
copyTo(byte[][] src,
ByteNdArray dst)
Copy a 2-dimensional array of bytes into the
dst NdArray |
static void |
copyTo(byte[] src,
ByteNdArray dst)
Copy an array of bytes into the
dst NdArray |
static void |
copyTo(double[][][][][][] src,
DoubleNdArray dst)
Copy a 6-dimensional array of doubles into the
dst NdArray |
static void |
copyTo(double[][][][][] src,
DoubleNdArray dst)
Copy a 5-dimensional array of doubles into the
dst NdArray |
static void |
copyTo(double[][][][] src,
DoubleNdArray dst)
Copy a 4-dimensional array of doubles into the
dst NdArray |
static void |
copyTo(double[][][] src,
DoubleNdArray dst)
Copy a 3-dimensional array of doubles into the
dst NdArray |
static void |
copyTo(double[][] src,
DoubleNdArray dst)
Copy a 2-dimensional array of doubles into the
dst NdArray |
static void |
copyTo(double[] src,
DoubleNdArray dst)
Copy an array of doubles into the
dst NdArray |
static void |
copyTo(float[][][][][][] src,
FloatNdArray dst)
Copy a 6-dimensional array of floats into the
dst NdArray |
static void |
copyTo(float[][][][][] src,
FloatNdArray dst)
Copy a 5-dimensional array of floats into the
dst NdArray |
static void |
copyTo(float[][][][] src,
FloatNdArray dst)
Copy a 4-dimensional array of floats into the
dst NdArray |
static void |
copyTo(float[][][] src,
FloatNdArray dst)
Copy a 3-dimensional array of floats into the
dst NdArray |
static void |
copyTo(float[][] src,
FloatNdArray dst)
Copy a 2-dimensional array of floats into the
dst NdArray |
static void |
copyTo(float[] src,
FloatNdArray dst)
Copy an array of floats into the
dst NdArray |
static void |
copyTo(int[][][][][][] src,
IntNdArray dst)
Copy a 6-dimensional array of ints into the
dst NdArray |
static void |
copyTo(int[][][][][] src,
IntNdArray dst)
Copy a 5-dimensional array of ints into the
dst NdArray |
static void |
copyTo(int[][][][] src,
IntNdArray dst)
Copy a 4-dimensional array of ints into the
dst NdArray |
static void |
copyTo(int[][][] src,
IntNdArray dst)
Copy a 3-dimensional array of ints into the
dst NdArray |
static void |
copyTo(int[][] src,
IntNdArray dst)
Copy a 2-dimensional array of ints into the
dst NdArray |
static void |
copyTo(int[] src,
IntNdArray dst)
Copy an array of ints into the
dst NdArray |
static void |
copyTo(long[][][][][][] src,
LongNdArray dst)
Copy a 6-dimensional array of longs into the
dst NdArray |
static void |
copyTo(long[][][][][] src,
LongNdArray dst)
Copy a 5-dimensional array of longs into the
dst NdArray |
static void |
copyTo(long[][][][] src,
LongNdArray dst)
Copy a 4-dimensional array of longs into the
dst NdArray |
static void |
copyTo(long[][][] src,
LongNdArray dst)
Copy a 3-dimensional array of longs into the
dst NdArray |
static void |
copyTo(long[][] src,
LongNdArray dst)
Copy a 2-dimensional array of longs into the
dst NdArray |
static void |
copyTo(long[] src,
LongNdArray dst)
Copy an array of longs into the
dst NdArray |
static void |
copyTo(short[][][][][][] src,
ShortNdArray dst)
Copy a 6-dimensional array of shorts into the
dst NdArray |
static void |
copyTo(short[][][][][] src,
ShortNdArray dst)
Copy a 5-dimensional array of shorts into the
dst NdArray |
static void |
copyTo(short[][][][] src,
ShortNdArray dst)
Copy a 4-dimensional array of shorts into the
dst NdArray |
static void |
copyTo(short[][][] src,
ShortNdArray dst)
Copy a 3-dimensional array of shorts into the
dst NdArray |
static void |
copyTo(short[][] src,
ShortNdArray dst)
Copy a 2-dimensional array of shorts into the
dst NdArray |
static void |
copyTo(short[] src,
ShortNdArray dst)
Copy an array of shorts into the
dst NdArray |
static <T> void |
copyTo(T[][][][][][] src,
NdArray<T> dst)
Copy a 6-dimensional array of objects into the
dst NdArray |
static <T> void |
copyTo(T[][][][][] src,
NdArray<T> dst)
Copy a 5-dimensional array of objects into the
dst NdArray |
static <T> void |
copyTo(T[][][][] src,
NdArray<T> dst)
Copy a 4-dimensional array of objects into the
dst NdArray |
static <T> void |
copyTo(T[][][] src,
NdArray<T> dst)
Copy a 3-dimensional array of objects into the
dst NdArray |
static <T> void |
copyTo(T[][] src,
NdArray<T> dst)
Copy a 2-dimensional array of objects into the
dst NdArray |
static <T> void |
copyTo(T[] src,
NdArray<T> dst)
Copy an array of objects into the
dst NdArray |
static BooleanNdArray |
ndCopyOf(boolean[] array)
Copy an array of booleans in a new
BooleanNdArray |
static BooleanNdArray |
ndCopyOf(boolean[][] array)
Copy a 2-dimensional array of booleans in a new
BooleanNdArray |
static BooleanNdArray |
ndCopyOf(boolean[][][] array)
Copy a 3-dimensional array of booleans in a new
BooleanNdArray |
static BooleanNdArray |
ndCopyOf(boolean[][][][] array)
Copy a 4-dimensional array of booleans in a new
BooleanNdArray |
static BooleanNdArray |
ndCopyOf(boolean[][][][][] array)
Copy a 5-dimensional array of booleans in a new
BooleanNdArray |
static BooleanNdArray |
ndCopyOf(boolean[][][][][][] array)
Copy a 6-dimensional array of booleans in a new
BooleanNdArray |
static ByteNdArray |
ndCopyOf(byte[] array)
Copy an array of bytes in a new
ByteNdArray |
static ByteNdArray |
ndCopyOf(byte[][] array)
Copy a 2-dimensional array of bytes in a new
ByteNdArray |
static ByteNdArray |
ndCopyOf(byte[][][] array)
Copy a 3-dimensional array of bytes in a new
ByteNdArray |
static ByteNdArray |
ndCopyOf(byte[][][][] array)
Copy a 4-dimensional array of bytes in a new
ByteNdArray |
static ByteNdArray |
ndCopyOf(byte[][][][][] array)
Copy a 5-dimensional array of bytes in a new
ByteNdArray |
static ByteNdArray |
ndCopyOf(byte[][][][][][] array)
Copy a 6-dimensional array of bytes in a new
ByteNdArray |
static DoubleNdArray |
ndCopyOf(double[] array)
Copy an array of doubles in a new
DoubleNdArray |
static DoubleNdArray |
ndCopyOf(double[][] array)
Copy a 2-dimensional array of doubles in a new
DoubleNdArray |
static DoubleNdArray |
ndCopyOf(double[][][] array)
Copy a 3-dimensional array of doubles in a new
DoubleNdArray |
static DoubleNdArray |
ndCopyOf(double[][][][] array)
Copy a 4-dimensional array of doubles in a new
DoubleNdArray |
static DoubleNdArray |
ndCopyOf(double[][][][][] array)
Copy a 5-dimensional array of doubles in a new
DoubleNdArray |
static DoubleNdArray |
ndCopyOf(double[][][][][][] array)
Copy a 6-dimensional array of doubles in a new
DoubleNdArray |
static FloatNdArray |
ndCopyOf(float[] array)
Copy an array of floats in a new
FloatNdArray |
static FloatNdArray |
ndCopyOf(float[][] array)
Copy a 2-dimensional array of floats in a new
FloatNdArray |
static FloatNdArray |
ndCopyOf(float[][][] array)
Copy a 3-dimensional array of floats in a new
FloatNdArray |
static FloatNdArray |
ndCopyOf(float[][][][] array)
Copy a 4-dimensional array of floats in a new
FloatNdArray |
static FloatNdArray |
ndCopyOf(float[][][][][] array)
Copy a 5-dimensional array of floats in a new
FloatNdArray |
static FloatNdArray |
ndCopyOf(float[][][][][][] array)
Copy a 6-dimensional array of floats in a new
FloatNdArray |
static IntNdArray |
ndCopyOf(int[] array)
Copy an array of ints in a new
IntNdArray |
static IntNdArray |
ndCopyOf(int[][] array)
Copy a 2-dimensional array of ints in a new
IntNdArray |
static IntNdArray |
ndCopyOf(int[][][] array)
Copy a 3-dimensional array of ints in a new
IntNdArray |
static IntNdArray |
ndCopyOf(int[][][][] array)
Copy a 4-dimensional array of ints in a new
IntNdArray |
static IntNdArray |
ndCopyOf(int[][][][][] array)
Copy a 5-dimensional array of ints in a new
IntNdArray |
static IntNdArray |
ndCopyOf(int[][][][][][] array)
Copy a 6-dimensional array of ints in a new
IntNdArray |
static LongNdArray |
ndCopyOf(long[] array)
Copy an array of longs in a new
LongNdArray |
static LongNdArray |
ndCopyOf(long[][] array)
Copy a 2-dimensional array of longs in a new
LongNdArray |
static LongNdArray |
ndCopyOf(long[][][] array)
Copy a 3-dimensional array of longs in a new
LongNdArray |
static LongNdArray |
ndCopyOf(long[][][][] array)
Copy a 4-dimensional array of longs in a new
LongNdArray |
static LongNdArray |
ndCopyOf(long[][][][][] array)
Copy a 5-dimensional array of longs in a new
LongNdArray |
static LongNdArray |
ndCopyOf(long[][][][][][] array)
Copy a 6-dimensional array of longs in a new
LongNdArray |
static ShortNdArray |
ndCopyOf(short[] array)
Copy an array of shorts in a new
ShortNdArray |
static ShortNdArray |
ndCopyOf(short[][] array)
Copy a 2-dimensional array of shorts in a new
ShortNdArray |
static ShortNdArray |
ndCopyOf(short[][][] array)
Copy a 3-dimensional array of shorts in a new
ShortNdArray |
static ShortNdArray |
ndCopyOf(short[][][][] array)
Copy a 4-dimensional array of shorts in a new
ShortNdArray |
static ShortNdArray |
ndCopyOf(short[][][][][] array)
Copy a 5-dimensional array of shorts in a new
ShortNdArray |
static ShortNdArray |
ndCopyOf(short[][][][][][] array)
Copy a 6-dimensional array of shorts in a new
ShortNdArray |
static <T> NdArray<T> |
ndCopyOf(T[] array)
Copy an array of objects in a new
NdArray |
static <T> NdArray<T> |
ndCopyOf(T[][] array)
Copy a 2-dimensional array of objects in a new
NdArray |
static <T> NdArray<T> |
ndCopyOf(T[][][] array)
Copy a 3-dimensional array of objects in a new
NdArray |
static <T> NdArray<T> |
ndCopyOf(T[][][][] array)
Copy a 4-dimensional array of objects in a new
NdArray |
static <T> NdArray<T> |
ndCopyOf(T[][][][][] array)
Copy a 5-dimensional array of objects in a new
NdArray |
static <T> NdArray<T> |
ndCopyOf(T[][][][][][] array)
Copy a 6-dimensional array of objects in a new
NdArray |
static Shape |
shapeOf(boolean[] array)
Compute the shape of a boolean array.
|
static Shape |
shapeOf(boolean[][] array)
Compute the shape of a 2-dimensional boolean array.
|
static Shape |
shapeOf(boolean[][][] array)
Compute the shape of a 3-dimensional boolean array.
|
static Shape |
shapeOf(boolean[][][][] array)
Compute the shape of a 4-dimensional boolean array.
|
static Shape |
shapeOf(boolean[][][][][] array)
Compute the shape of a 5-dimensional boolean array.
|
static Shape |
shapeOf(boolean[][][][][][] array)
Compute the shape of a 6-dimensional boolean array.
|
static Shape |
shapeOf(byte[] array)
Compute the shape of a byte array.
|
static Shape |
shapeOf(byte[][] array)
Compute the shape of a 2-dimensional byte array.
|
static Shape |
shapeOf(byte[][][] array)
Compute the shape of a 3-dimensional byte array.
|
static Shape |
shapeOf(byte[][][][] array)
Compute the shape of a 4-dimensional byte array.
|
static Shape |
shapeOf(byte[][][][][] array)
Compute the shape of a 5-dimensional byte array.
|
static Shape |
shapeOf(byte[][][][][][] array)
Compute the shape of a 6-dimensional byte array.
|
static Shape |
shapeOf(double[] array)
Compute the shape of a double array.
|
static Shape |
shapeOf(double[][] array)
Compute the shape of a 2-dimensional double array.
|
static Shape |
shapeOf(double[][][] array)
Compute the shape of a 3-dimensional double array.
|
static Shape |
shapeOf(double[][][][] array)
Compute the shape of a 4-dimensional double array.
|
static Shape |
shapeOf(double[][][][][] array)
Compute the shape of a 5-dimensional double array.
|
static Shape |
shapeOf(double[][][][][][] array)
Compute the shape of a 6-dimensional double array.
|
static Shape |
shapeOf(float[] array)
Compute the shape of a float array.
|
static Shape |
shapeOf(float[][] array)
Compute the shape of a 2-dimensional float array.
|
static Shape |
shapeOf(float[][][] array)
Compute the shape of a 3-dimensional float array.
|
static Shape |
shapeOf(float[][][][] array)
Compute the shape of a 4-dimensional float array.
|
static Shape |
shapeOf(float[][][][][] array)
Compute the shape of a 5-dimensional float array.
|
static Shape |
shapeOf(float[][][][][][] array)
Compute the shape of a 6-dimensional float array.
|
static Shape |
shapeOf(int[] array)
Compute the shape of an int array.
|
static Shape |
shapeOf(int[][] array)
Compute the shape of a 2-dimensional int array.
|
static Shape |
shapeOf(int[][][] array)
Compute the shape of a 3-dimensional int array.
|
static Shape |
shapeOf(int[][][][] array)
Compute the shape of a 4-dimensional int array.
|
static Shape |
shapeOf(int[][][][][] array)
Compute the shape of a 5-dimensional int array.
|
static Shape |
shapeOf(int[][][][][][] array)
Compute the shape of a 6-dimensional int array.
|
static Shape |
shapeOf(long[] array)
Compute the shape of a long array.
|
static Shape |
shapeOf(long[][] array)
Compute the shape of a 2-dimensional long array.
|
static Shape |
shapeOf(long[][][] array)
Compute the shape of a 3-dimensional long array.
|
static Shape |
shapeOf(long[][][][] array)
Compute the shape of a 4-dimensional long array.
|
static Shape |
shapeOf(long[][][][][] array)
Compute the shape of a 5-dimensional long array.
|
static Shape |
shapeOf(long[][][][][][] array)
Compute the shape of a 6-dimensional long array.
|
static Shape |
shapeOf(short[] array)
Compute the shape of a short array.
|
static Shape |
shapeOf(short[][] array)
Compute the shape of a 2-dimensional short array.
|
static Shape |
shapeOf(short[][][] array)
Compute the shape of a 3-dimensional short array.
|
static Shape |
shapeOf(short[][][][] array)
Compute the shape of a 4-dimensional short array.
|
static Shape |
shapeOf(short[][][][][] array)
Compute the shape of a 5-dimensional short array.
|
static Shape |
shapeOf(short[][][][][][] array)
Compute the shape of a 6-dimensional short array.
|
static <T> Shape |
shapeOf(T[] array)
Compute the shape of an object array.
|
static <T> Shape |
shapeOf(T[][] array)
Compute the shape of a 2-dimensional object array.
|
static <T> Shape |
shapeOf(T[][][] array)
Compute the shape of a 3-dimensional object array.
|
static <T> Shape |
shapeOf(T[][][][] array)
Compute the shape of a 4-dimensional object array.
|
static <T> Shape |
shapeOf(T[][][][][] array)
Compute the shape of a 5-dimensional object array.
|
static <T> Shape |
shapeOf(T[][][][][][] array)
Compute the shape of a 6-dimensional object array.
|
public static IntNdArray ndCopyOf(int[] array)
IntNdArrayarray - source arrayIntNdArray copypublic static IntNdArray ndCopyOf(int[][] array)
IntNdArrayarray - source arrayIntNdArray copypublic static IntNdArray ndCopyOf(int[][][] array)
IntNdArrayarray - source arrayIntNdArray copypublic static IntNdArray ndCopyOf(int[][][][] array)
IntNdArrayarray - source arrayIntNdArray copypublic static IntNdArray ndCopyOf(int[][][][][] array)
IntNdArrayarray - source arrayIntNdArray copypublic static IntNdArray ndCopyOf(int[][][][][][] array)
IntNdArrayarray - source arrayIntNdArray copypublic static LongNdArray ndCopyOf(long[] array)
LongNdArrayarray - source arrayLongNdArray copypublic static LongNdArray ndCopyOf(long[][] array)
LongNdArrayarray - source arrayLongNdArray copypublic static LongNdArray ndCopyOf(long[][][] array)
LongNdArrayarray - source arrayLongNdArray copypublic static LongNdArray ndCopyOf(long[][][][] array)
LongNdArrayarray - source arrayLongNdArray copypublic static LongNdArray ndCopyOf(long[][][][][] array)
LongNdArrayarray - source arrayLongNdArray copypublic static LongNdArray ndCopyOf(long[][][][][][] array)
LongNdArrayarray - source arrayLongNdArray copypublic static FloatNdArray ndCopyOf(float[] array)
FloatNdArrayarray - source arrayFloatNdArray copypublic static FloatNdArray ndCopyOf(float[][] array)
FloatNdArrayarray - source arrayFloatNdArray copypublic static FloatNdArray ndCopyOf(float[][][] array)
FloatNdArrayarray - source arrayFloatNdArray copypublic static FloatNdArray ndCopyOf(float[][][][] array)
FloatNdArrayarray - source arrayFloatNdArray copypublic static FloatNdArray ndCopyOf(float[][][][][] array)
FloatNdArrayarray - source arrayFloatNdArray copypublic static FloatNdArray ndCopyOf(float[][][][][][] array)
FloatNdArrayarray - source arrayFloatNdArray copypublic static DoubleNdArray ndCopyOf(double[] array)
DoubleNdArrayarray - source arrayDoubleNdArray copypublic static DoubleNdArray ndCopyOf(double[][] array)
DoubleNdArrayarray - source arrayDoubleNdArray copypublic static DoubleNdArray ndCopyOf(double[][][] array)
DoubleNdArrayarray - source arrayDoubleNdArray copypublic static DoubleNdArray ndCopyOf(double[][][][] array)
DoubleNdArrayarray - source arrayDoubleNdArray copypublic static DoubleNdArray ndCopyOf(double[][][][][] array)
DoubleNdArrayarray - source arrayDoubleNdArray copypublic static DoubleNdArray ndCopyOf(double[][][][][][] array)
DoubleNdArrayarray - source arrayDoubleNdArray copypublic static ByteNdArray ndCopyOf(byte[] array)
ByteNdArrayarray - source arrayByteNdArray copypublic static ByteNdArray ndCopyOf(byte[][] array)
ByteNdArrayarray - source arrayByteNdArray copypublic static ByteNdArray ndCopyOf(byte[][][] array)
ByteNdArrayarray - source arrayByteNdArray copypublic static ByteNdArray ndCopyOf(byte[][][][] array)
ByteNdArrayarray - source arrayByteNdArray copypublic static ByteNdArray ndCopyOf(byte[][][][][] array)
ByteNdArrayarray - source arrayByteNdArray copypublic static ByteNdArray ndCopyOf(byte[][][][][][] array)
ByteNdArrayarray - source arrayByteNdArray copypublic static ShortNdArray ndCopyOf(short[] array)
ShortNdArrayarray - source arrayShortNdArray copypublic static ShortNdArray ndCopyOf(short[][] array)
ShortNdArrayarray - source arrayShortNdArray copypublic static ShortNdArray ndCopyOf(short[][][] array)
ShortNdArrayarray - source arrayShortNdArray copypublic static ShortNdArray ndCopyOf(short[][][][] array)
ShortNdArrayarray - source arrayShortNdArray copypublic static ShortNdArray ndCopyOf(short[][][][][] array)
ShortNdArrayarray - source arrayShortNdArray copypublic static ShortNdArray ndCopyOf(short[][][][][][] array)
ShortNdArrayarray - source arrayShortNdArray copypublic static BooleanNdArray ndCopyOf(boolean[] array)
BooleanNdArrayarray - source arrayBooleanNdArray copypublic static BooleanNdArray ndCopyOf(boolean[][] array)
BooleanNdArrayarray - source arrayBooleanNdArray copypublic static BooleanNdArray ndCopyOf(boolean[][][] array)
BooleanNdArrayarray - source arrayBooleanNdArray copypublic static BooleanNdArray ndCopyOf(boolean[][][][] array)
BooleanNdArrayarray - source arrayBooleanNdArray copypublic static BooleanNdArray ndCopyOf(boolean[][][][][] array)
BooleanNdArrayarray - source arrayBooleanNdArray copypublic static BooleanNdArray ndCopyOf(boolean[][][][][][] array)
BooleanNdArrayarray - source arrayBooleanNdArray copypublic static <T> NdArray<T> ndCopyOf(T[] array)
NdArrayT - data typearray - source arrayNdArray copypublic static <T> NdArray<T> ndCopyOf(T[][] array)
NdArrayT - data typearray - source arrayNdArray copypublic static <T> NdArray<T> ndCopyOf(T[][][] array)
NdArrayT - data typearray - source arrayNdArray copypublic static <T> NdArray<T> ndCopyOf(T[][][][] array)
NdArrayT - data typearray - source arrayNdArray copypublic static <T> NdArray<T> ndCopyOf(T[][][][][] array)
NdArrayT - data typearray - source arrayNdArray copypublic static <T> NdArray<T> ndCopyOf(T[][][][][][] array)
NdArrayT - data typearray - source arrayNdArray copypublic static int[] array1dCopyOf(IntNdArray ndArray)
IntNdArray in a new 1-dimension standard array of intsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static int[][] array2dCopyOf(IntNdArray ndArray)
IntNdArray in a new 2-dimension standard array of intsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static int[][][] array3dCopyOf(IntNdArray ndArray)
IntNdArray in a new 3-dimension standard array of intsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static int[][][][] array4dCopyOf(IntNdArray ndArray)
IntNdArray in a new 4-dimension standard array of intsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static int[][][][][] array5dCopyOf(IntNdArray ndArray)
IntNdArray in a new 5-dimension standard array of intsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static int[][][][][][] array6dCopyOf(IntNdArray ndArray)
IntNdArray in a new 6-dimension standard array of intsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static long[] array1dCopyOf(LongNdArray ndArray)
LongNdArray in a new 1-dimension standard array of longsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static long[][] array2dCopyOf(LongNdArray ndArray)
LongNdArray in a new 2-dimension standard array of longsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static long[][][] array3dCopyOf(LongNdArray ndArray)
LongNdArray in a new 3-dimension standard array of longsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static long[][][][] array4dCopyOf(LongNdArray ndArray)
LongNdArray in a new 4-dimension standard array of longsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static long[][][][][] array5dCopyOf(LongNdArray ndArray)
LongNdArray in a new 5-dimension standard array of longsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static long[][][][][][] array6dCopyOf(LongNdArray ndArray)
LongNdArray in a new 6-dimension standard array of longsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static float[] array1dCopyOf(FloatNdArray ndArray)
FloatNdArray in a new 1-dimension standard array of floatsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static float[][] array2dCopyOf(FloatNdArray ndArray)
FloatNdArray in a new 2-dimension standard array of floatsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static float[][][] array3dCopyOf(FloatNdArray ndArray)
FloatNdArray in a new 3-dimension standard array of floatsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static float[][][][] array4dCopyOf(FloatNdArray ndArray)
FloatNdArray in a new 4-dimension standard array of floatsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static float[][][][][] array5dCopyOf(FloatNdArray ndArray)
FloatNdArray in a new 5-dimension standard array of floatsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static float[][][][][][] array6dCopyOf(FloatNdArray ndArray)
FloatNdArray in a new 6-dimension standard array of floatsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static double[] array1dCopyOf(DoubleNdArray ndArray)
DoubleNdArray in a new 1-dimension standard array of doublesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static double[][] array2dCopyOf(DoubleNdArray ndArray)
DoubleNdArray in a new 2-dimension standard array of doublesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static double[][][] array3dCopyOf(DoubleNdArray ndArray)
DoubleNdArray in a new 3-dimension standard array of doublesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static double[][][][] array4dCopyOf(DoubleNdArray ndArray)
DoubleNdArray in a new 4-dimension standard array of doublesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static double[][][][][] array5dCopyOf(DoubleNdArray ndArray)
DoubleNdArray in a new 5-dimension standard array of doublesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static double[][][][][][] array6dCopyOf(DoubleNdArray ndArray)
DoubleNdArray in a new 6-dimension standard array of doublesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static byte[] array1dCopyOf(ByteNdArray ndArray)
ByteNdArray in a new 1-dimension standard array of bytesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static byte[][] array2dCopyOf(ByteNdArray ndArray)
ByteNdArray in a new 2-dimension standard array of bytesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static byte[][][] array3dCopyOf(ByteNdArray ndArray)
ByteNdArray in a new 3-dimension standard array of bytesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static byte[][][][] array4dCopyOf(ByteNdArray ndArray)
ByteNdArray in a new 4-dimension standard array of bytesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static byte[][][][][] array5dCopyOf(ByteNdArray ndArray)
ByteNdArray in a new 5-dimension standard array of bytesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static byte[][][][][][] array6dCopyOf(ByteNdArray ndArray)
ByteNdArray in a new 6-dimension standard array of bytesndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static short[] array1dCopyOf(ShortNdArray ndArray)
ShortNdArray in a new 1-dimension standard array of shortsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static short[][] array2dCopyOf(ShortNdArray ndArray)
ShortNdArray in a new 2-dimension standard array of shortsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static short[][][] array3dCopyOf(ShortNdArray ndArray)
ShortNdArray in a new 3-dimension standard array of shortsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static short[][][][] array4dCopyOf(ShortNdArray ndArray)
ShortNdArray in a new 4-dimension standard array of shortsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static short[][][][][] array5dCopyOf(ShortNdArray ndArray)
ShortNdArray in a new 5-dimension standard array of shortsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static short[][][][][][] array6dCopyOf(ShortNdArray ndArray)
ShortNdArray in a new 6-dimension standard array of shortsndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static boolean[] array1dCopyOf(BooleanNdArray ndArray)
BooleanNdArray in a new 1-dimension standard array of booleansndArray - source arrayIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static boolean[][] array2dCopyOf(BooleanNdArray ndArray)
BooleanNdArray in a new 2-dimension standard array of booleansndArray - source arrayIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static boolean[][][] array3dCopyOf(BooleanNdArray ndArray)
BooleanNdArray in a new 3-dimension standard array of booleansndArray - source arrayIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static boolean[][][][] array4dCopyOf(BooleanNdArray ndArray)
BooleanNdArray in a new 4-dimension standard array of booleansndArray - source arrayIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static boolean[][][][][] array5dCopyOf(BooleanNdArray ndArray)
BooleanNdArray in a new 5-dimension standard array of booleansndArray - source arrayIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static boolean[][][][][][] array6dCopyOf(BooleanNdArray ndArray)
BooleanNdArray in a new 6-dimension standard array of booleansndArray - source arrayIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static <T> T[] array1dCopyOf(NdArray<T> ndArray, Class<T> objectType)
NdArray<T> in a new 1-dimension standard array of objectsT - data typendArray - source arrayobjectType - type of objectIllegalArgumentException - if ndArray is not of rank-1 or has a shape that
exceeds standard arrays limitspublic static <T> T[][] array2dCopyOf(NdArray<T> ndArray, Class<T> objectType)
NdArray<T> in a new 2-dimension standard array of objectsT - data typendArray - source arrayobjectType - type of objectIllegalArgumentException - if ndArray is not of rank-2 or has a shape that
exceeds standard arrays limitspublic static <T> T[][][] array3dCopyOf(NdArray<T> ndArray, Class<T> objectType)
NdArray<T> in a new 3-dimension standard array of objectsT - data typendArray - source arrayobjectType - type of objectIllegalArgumentException - if ndArray is not of rank-3 or has a shape that
exceeds standard arrays limitspublic static <T> T[][][][] array4dCopyOf(NdArray<T> ndArray, Class<T> objectType)
NdArray<T> in a new 4-dimension standard array of objectsT - data typendArray - source arrayobjectType - type of objectIllegalArgumentException - if ndArray is not of rank-4 or has a shape that
exceeds standard arrays limitspublic static <T> T[][][][][] array5dCopyOf(NdArray<T> ndArray, Class<T> objectType)
NdArray<T> in a new 5-dimension standard array of objectsT - data typendArray - source arrayobjectType - type of objectIllegalArgumentException - if ndArray is not of rank-5 or has a shape that
exceeds standard arrays limitspublic static <T> T[][][][][][] array6dCopyOf(NdArray<T> ndArray, Class<T> objectType)
NdArray<T> in a new 6-dimension standard array of objectsT - data typendArray - source arrayobjectType - type of objectIllegalArgumentException - if ndArray is not of rank-6 or has a shape that
exceeds standard arrays limitspublic static void copyTo(int[] src,
IntNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(int[][] src,
IntNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(int[][][] src,
IntNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(int[][][][] src,
IntNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(int[][][][][] src,
IntNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(int[][][][][][] src,
IntNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyTo(long[] src,
LongNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(long[][] src,
LongNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(long[][][] src,
LongNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(long[][][][] src,
LongNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(long[][][][][] src,
LongNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(long[][][][][][] src,
LongNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyTo(float[] src,
FloatNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(float[][] src,
FloatNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(float[][][] src,
FloatNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(float[][][][] src,
FloatNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(float[][][][][] src,
FloatNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(float[][][][][][] src,
FloatNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyTo(double[] src,
DoubleNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(double[][] src,
DoubleNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(double[][][] src,
DoubleNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(double[][][][] src,
DoubleNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(double[][][][][] src,
DoubleNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(double[][][][][][] src,
DoubleNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyTo(byte[] src,
ByteNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(byte[][] src,
ByteNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(byte[][][] src,
ByteNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(byte[][][][] src,
ByteNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(byte[][][][][] src,
ByteNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(byte[][][][][][] src,
ByteNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyTo(short[] src,
ShortNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(short[][] src,
ShortNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(short[][][] src,
ShortNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(short[][][][] src,
ShortNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(short[][][][][] src,
ShortNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(short[][][][][][] src,
ShortNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyTo(boolean[] src,
BooleanNdArray dst)
dst NdArraysrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static void copyTo(boolean[][] src,
BooleanNdArray dst)
dst NdArraysrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static void copyTo(boolean[][][] src,
BooleanNdArray dst)
dst NdArraysrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static void copyTo(boolean[][][][] src,
BooleanNdArray dst)
dst NdArraysrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static void copyTo(boolean[][][][][] src,
BooleanNdArray dst)
dst NdArraysrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static void copyTo(boolean[][][][][][] src,
BooleanNdArray dst)
dst NdArraysrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static <T> void copyTo(T[] src,
NdArray<T> dst)
dst NdArrayT - data typesrc - source arraydst - destination rank-1 arrayIllegalArgumentException - if dst is not of rank-1 or has an incompatible shape
with the source arraypublic static <T> void copyTo(T[][] src,
NdArray<T> dst)
dst NdArrayT - data typesrc - source arraydst - destination rank-2 arrayIllegalArgumentException - if dst is not of rank-2 or has an incompatible shape
with the source arraypublic static <T> void copyTo(T[][][] src,
NdArray<T> dst)
dst NdArrayT - data typesrc - source arraydst - destination rank-3 arrayIllegalArgumentException - if dst is not of rank-3 or has an incompatible shape
with the source arraypublic static <T> void copyTo(T[][][][] src,
NdArray<T> dst)
dst NdArrayT - data typesrc - source arraydst - destination rank-4 arrayIllegalArgumentException - if dst is not of rank-4 or has an incompatible shape
with the source arraypublic static <T> void copyTo(T[][][][][] src,
NdArray<T> dst)
dst NdArrayT - data typesrc - source arraydst - destination rank-5 arrayIllegalArgumentException - if dst is not of rank-5 or has an incompatible shape
with the source arraypublic static <T> void copyTo(T[][][][][][] src,
NdArray<T> dst)
dst NdArrayT - data typesrc - source arraydst - destination rank-6 arrayIllegalArgumentException - if dst is not of rank-6 or has an incompatible shape
with the source arraypublic static void copyFrom(IntNdArray src, int[] dst)
NdArray to an array of intssrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(IntNdArray src, int[][] dst)
NdArray to a 2-dimensional array of intssrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(IntNdArray src, int[][][] dst)
NdArray to a 3-dimensional array of intssrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(IntNdArray src, int[][][][] dst)
NdArray to a 4-dimensional array of intssrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(IntNdArray src, int[][][][][] dst)
NdArray to a 5-dimensional array of intssrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(IntNdArray src, int[][][][][][] dst)
NdArray to a 6-dimensional array of intssrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(LongNdArray src, long[] dst)
NdArray to an array of longssrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(LongNdArray src, long[][] dst)
NdArray to a 2-dimensional array of longssrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(LongNdArray src, long[][][] dst)
NdArray to a 3-dimensional array of longssrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(LongNdArray src, long[][][][] dst)
NdArray to a 4-dimensional array of longssrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(LongNdArray src, long[][][][][] dst)
NdArray to a 5-dimensional array of longssrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(LongNdArray src, long[][][][][][] dst)
NdArray to a 6-dimensional array of longssrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(FloatNdArray src, float[] dst)
NdArray to an array of floatssrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(FloatNdArray src, float[][] dst)
NdArray to a 2-dimensional array of floatssrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(FloatNdArray src, float[][][] dst)
NdArray to a 3-dimensional array of floatssrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(FloatNdArray src, float[][][][] dst)
NdArray to a 4-dimensional array of floatssrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(FloatNdArray src, float[][][][][] dst)
NdArray to a 5-dimensional array of floatssrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(FloatNdArray src, float[][][][][][] dst)
NdArray to a 6-dimensional array of floatssrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(DoubleNdArray src, double[] dst)
NdArray to an array of doublessrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(DoubleNdArray src, double[][] dst)
NdArray to a 2-dimensional array of doublessrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(DoubleNdArray src, double[][][] dst)
NdArray to a 3-dimensional array of doublessrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(DoubleNdArray src, double[][][][] dst)
NdArray to a 4-dimensional array of doublessrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(DoubleNdArray src, double[][][][][] dst)
NdArray to a 5-dimensional array of doublessrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(DoubleNdArray src, double[][][][][][] dst)
NdArray to a 6-dimensional array of doublessrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ByteNdArray src, byte[] dst)
NdArray to an array of bytessrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ByteNdArray src, byte[][] dst)
NdArray to a 2-dimensional array of bytessrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ByteNdArray src, byte[][][] dst)
NdArray to a 3-dimensional array of bytessrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ByteNdArray src, byte[][][][] dst)
NdArray to a 4-dimensional array of bytessrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ByteNdArray src, byte[][][][][] dst)
NdArray to a 5-dimensional array of bytessrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ByteNdArray src, byte[][][][][][] dst)
NdArray to a 6-dimensional array of bytessrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ShortNdArray src, short[] dst)
NdArray to an array of shortssrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ShortNdArray src, short[][] dst)
NdArray to a 2-dimensional array of shortssrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ShortNdArray src, short[][][] dst)
NdArray to a 3-dimensional array of shortssrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ShortNdArray src, short[][][][] dst)
NdArray to a 4-dimensional array of shortssrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ShortNdArray src, short[][][][][] dst)
NdArray to a 5-dimensional array of shortssrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(ShortNdArray src, short[][][][][][] dst)
NdArray to a 6-dimensional array of shortssrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(BooleanNdArray src, boolean[] dst)
NdArray to an array of booleans.src - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(BooleanNdArray src, boolean[][] dst)
NdArray to a 2-dimensional array of booleanssrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(BooleanNdArray src, boolean[][][] dst)
NdArray to a 3-dimensional array of booleanssrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(BooleanNdArray src, boolean[][][][] dst)
NdArray to a 4-dimensional array of booleanssrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(BooleanNdArray src, boolean[][][][][] dst)
NdArray to a 5-dimensional array of booleanssrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static void copyFrom(BooleanNdArray src, boolean[][][][][][] dst)
NdArray to a 6-dimensional array of booleanssrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static <T> void copyFrom(NdArray<T> src, T[] dst)
NdArray to an array of objectsT - data typesrc - source rank-1 arraydst - destination arrayIllegalArgumentException - if src is not of rank-1ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static <T> void copyFrom(NdArray<T> src, T[][] dst)
NdArray to a 2-dimensional array of objectsT - data typesrc - source rank-2 arraydst - destination arrayIllegalArgumentException - if src is not of rank-2ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static <T> void copyFrom(NdArray<T> src, T[][][] dst)
NdArray to a 3-dimensional array of objectsT - data typesrc - source rank-3 arraydst - destination arrayIllegalArgumentException - if src is not of rank-3ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static <T> void copyFrom(NdArray<T> src, T[][][][] dst)
NdArray to a 4-dimensional array of objectsT - data typesrc - source rank-4 arraydst - destination arrayIllegalArgumentException - if src is not of rank-4ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static <T> void copyFrom(NdArray<T> src, T[][][][][] dst)
NdArray to a 5-dimensional array of objectsT - data typesrc - source rank-5 arraydst - destination arrayIllegalArgumentException - if src is not of rank-5ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static <T> void copyFrom(NdArray<T> src, T[][][][][][] dst)
NdArray to a 6-dimensional array of objectsT - data typesrc - source rank-6 arraydst - destination arrayIllegalArgumentException - if src is not of rank-6ArrayIndexOutOfBoundsException - if not all elements of src can fit it the destination arraypublic static Shape shapeOf(int[] array)
array - 1D arraypublic static Shape shapeOf(int[][] array)
array - 2D arraypublic static Shape shapeOf(int[][][] array)
array - 3D arraypublic static Shape shapeOf(int[][][][] array)
array - 4D arraypublic static Shape shapeOf(int[][][][][] array)
array - 5D arraypublic static Shape shapeOf(int[][][][][][] array)
array - 6D arraypublic static Shape shapeOf(long[] array)
array - 1D arraypublic static Shape shapeOf(long[][] array)
array - 2D arraypublic static Shape shapeOf(long[][][] array)
array - 3D arraypublic static Shape shapeOf(long[][][][] array)
array - 4D arraypublic static Shape shapeOf(long[][][][][] array)
array - 5D arraypublic static Shape shapeOf(long[][][][][][] array)
array - 6D arraypublic static Shape shapeOf(float[] array)
array - 1D arraypublic static Shape shapeOf(float[][] array)
array - 2D arraypublic static Shape shapeOf(float[][][] array)
array - 3D arraypublic static Shape shapeOf(float[][][][] array)
array - 4D arraypublic static Shape shapeOf(float[][][][][] array)
array - 5D arraypublic static Shape shapeOf(float[][][][][][] array)
array - 6D arraypublic static Shape shapeOf(double[] array)
array - 1D arraypublic static Shape shapeOf(double[][] array)
array - 2D arraypublic static Shape shapeOf(double[][][] array)
array - 3D arraypublic static Shape shapeOf(double[][][][] array)
array - 4D arraypublic static Shape shapeOf(double[][][][][] array)
array - 5D arraypublic static Shape shapeOf(double[][][][][][] array)
array - 6D arraypublic static Shape shapeOf(byte[] array)
array - 1D arraypublic static Shape shapeOf(byte[][] array)
array - 2D arraypublic static Shape shapeOf(byte[][][] array)
array - 3D arraypublic static Shape shapeOf(byte[][][][] array)
array - 4D arraypublic static Shape shapeOf(byte[][][][][] array)
array - 5D arraypublic static Shape shapeOf(byte[][][][][][] array)
array - 6D arraypublic static Shape shapeOf(short[] array)
array - 1D arraypublic static Shape shapeOf(short[][] array)
array - 2D arraypublic static Shape shapeOf(short[][][] array)
array - 3D arraypublic static Shape shapeOf(short[][][][] array)
array - 4D arraypublic static Shape shapeOf(short[][][][][] array)
array - 5D arraypublic static Shape shapeOf(short[][][][][][] array)
array - 6D arraypublic static Shape shapeOf(boolean[] array)
array - 1D arraypublic static Shape shapeOf(boolean[][] array)
array - 2D arraypublic static Shape shapeOf(boolean[][][] array)
array - 3D arraypublic static Shape shapeOf(boolean[][][][] array)
array - 4D arraypublic static Shape shapeOf(boolean[][][][][] array)
array - 5D arraypublic static Shape shapeOf(boolean[][][][][][] array)
array - 6D arraypublic static <T> Shape shapeOf(T[] array)
T - data typearray - 1D arraypublic static <T> Shape shapeOf(T[][] array)
T - data typearray - 2D arraypublic static <T> Shape shapeOf(T[][][] array)
T - data typearray - 3D arraypublic static <T> Shape shapeOf(T[][][][] array)
T - data typearray - 4D arraypublic static <T> Shape shapeOf(T[][][][][] array)
T - data typearray - 5D arraypublic static <T> Shape shapeOf(T[][][][][][] array)
T - data typearray - 6D arrayCopyright © 2015–2020. All rights reserved.