StdArrays

classe final pública StdArrays

Classe de utilitário para trabalhar com instâncias NdArray combinadas com arrays Java padrão.

Construtores Públicos

Métodos Públicos

static long []
array1dCopyOf ( LongNdArray ndArray)
Copie um LongNdArray em uma nova matriz padrão de 1 dimensão de longos
estático <T> T []
array1dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)
Copie um NdArray&lt;T&gt; em uma nova matriz padrão de 1 dimensão de objetos
byte estático []
array1dCopyOf ( ByteNdArray ndArray)
Copie um ByteNdArray em uma nova matriz de bytes padrão de 1 dimensão
flutuação estática []
array1dCopyOf ( FloatNdArray ndArray)
Copie um FloatNdArray em uma nova matriz padrão de 1 dimensão de flutuadores
static boolean []
array1dCopyOf ( BooleanNdArray ndArray)
Copie um BooleanNdArray em uma nova matriz padrão de 1 dimensão de booleanos
estático duplo []
array1dCopyOf ( DoubleNdArray ndArray)
Copie um DoubleNdArray em uma nova matriz padrão de 1 dimensão de duplos
short estático []
array1dCopyOf ( ShortNdArray ndArray)
Copie um ShortNdArray em uma nova matriz de shorts padrão de 1 dimensão
static int []
array1dCopyOf ( IntNdArray ndArray)
Copie um IntNdArray em uma nova matriz padrão de 1 dimensão de ints
byte estático [] []
array2dCopyOf ( ByteNdArray ndArray)
Copie um ByteNdArray em uma nova matriz de bytes padrão de 2 dimensões
estático <T> T [] []
array2dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)
Copie um NdArray&lt;T&gt; em uma nova matriz de objetos padrão de 2 dimensões
short estático [] []
array2dCopyOf ( ShortNdArray ndArray)
Copie um ShortNdArray em uma nova matriz de shorts padrão de 2 dimensões
flutuação estática [] []
array2dCopyOf ( FloatNdArray ndArray)
Copie um FloatNdArray em uma nova matriz padrão de 2 dimensões de flutuadores
static long [] []
array2dCopyOf ( LongNdArray ndArray)
Copie um LongNdArray em uma nova matriz padrão de 2 dimensões de longos
estático duplo [] []
array2dCopyOf ( DoubleNdArray ndArray)
Copie um DoubleNdArray em uma nova matriz padrão de 2 dimensões de duplos
static boolean [] []
array2dCopyOf ( BooleanNdArray ndArray)
Copie um BooleanNdArray em uma nova matriz padrão de 2 dimensões de booleanos
static int [] []
array2dCopyOf ( IntNdArray ndArray)
Copie um IntNdArray em uma nova matriz padrão de 2 dimensões de ints
flutuação estática [] [] []
array3dCopyOf ( FloatNdArray ndArray)
Copie um FloatNdArray em uma nova matriz padrão de 3 dimensões de flutuadores
estático duplo [] [] []
array3dCopyOf ( DoubleNdArray ndArray)
Copie um DoubleNdArray em uma nova matriz padrão de 3 dimensões de duplos
estático <T> T [] [] []
array3dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)
Copie um NdArray&lt;T&gt; em uma nova matriz de objetos padrão de 3 dimensões
static long [] [] []
array3dCopyOf ( LongNdArray ndArray)
Copie um LongNdArray em uma nova matriz padrão de 3 dimensões de longos
byte estático [] [] []
array3dCopyOf ( ByteNdArray ndArray)
Copie um ByteNdArray em uma nova matriz de bytes padrão de 3 dimensões
static int [] [] []
array3dCopyOf ( IntNdArray ndArray)
Copie um IntNdArray em uma nova matriz padrão de 3 dimensões de ints
short estático [] [] []
array3dCopyOf ( ShortNdArray ndArray)
Copie um ShortNdArray em uma nova matriz de shorts padrão de 3 dimensões
static boolean [] [] []
array3dCopyOf ( BooleanNdArray ndArray)
Copie um BooleanNdArray em uma nova matriz padrão de três dimensões de booleanos
estático <T> T [] [] [] []
array4dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)
Copie um NdArray&lt;T&gt; em uma nova matriz de objetos padrão de 4 dimensões
curto estático [] [] [] []
array4dCopyOf ( ShortNdArray ndArray)
Copie um ShortNdArray em uma nova matriz de shorts padrão de 4 dimensões
estático duplo [] [] [] []
array4dCopyOf ( DoubleNdArray ndArray)
Copie um DoubleNdArray em uma nova matriz padrão de 4 dimensões de duplos
static boolean [] [] [] []
array4dCopyOf ( BooleanNdArray ndArray)
Copie um BooleanNdArray em uma nova matriz padrão de 4 dimensões de booleanos
byte estático [] [] [] []
array4dCopyOf ( ByteNdArray ndArray)
Copie um ByteNdArray em uma nova matriz de bytes padrão de 4 dimensões
static int [] [] [] []
array4dCopyOf ( IntNdArray ndArray)
Copie um IntNdArray em uma nova matriz padrão de 4 dimensões de ints
flutuação estática [] [] [] []
array4dCopyOf ( FloatNdArray ndArray)
Copie um FloatNdArray em uma nova matriz padrão de 4 dimensões de flutuadores
longo estático [] [] [] []
array4dCopyOf ( LongNdArray ndArray)
Copie um LongNdArray em uma nova matriz padrão de 4 dimensões de longos
short estático [] [] [] [] []
array5dCopyOf ( ShortNdArray ndArray)
Copie um ShortNdArray em uma nova matriz de shorts padrão de 5 dimensões
longo estático [] [] [] [] []
array5dCopyOf ( LongNdArray ndArray)
Copie um LongNdArray em uma nova matriz padrão de 5 dimensões de longos
static boolean [] [] [] [] []
array5dCopyOf ( BooleanNdArray ndArray)
Copie um BooleanNdArray em uma nova matriz padrão de 5 dimensões de booleanos
flutuação estática [] [] [] [] []
array5dCopyOf ( FloatNdArray ndArray)
Copie um FloatNdArray em uma nova matriz padrão de 5 dimensões de flutuadores
static int [] [] [] [] []
array5dCopyOf ( IntNdArray ndArray)
Copie um IntNdArray em uma nova matriz padrão de 5 dimensões de ints
byte estático [] [] [] [] []
array5dCopyOf ( ByteNdArray ndArray)
Copie um ByteNdArray em uma nova matriz de bytes padrão de 5 dimensões
estático <T> T [] [] [] [] []
array5dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)
Copie um NdArray&lt;T&gt; em uma nova matriz padrão de 5 dimensões de objetos
estático duplo [] [] [] [] []
array5dCopyOf ( DoubleNdArray ndArray)
Copie um DoubleNdArray em uma nova matriz padrão de 5 dimensões de duplos
byte estático [] [] [] [] [] []
array6dCopyOf ( ByteNdArray ndArray)
Copie um ByteNdArray em uma nova matriz de bytes padrão de 6 dimensões
curto estático [] [] [] [] [] []
array6dCopyOf ( ShortNdArray ndArray)
Copie um ShortNdArray em uma nova matriz de shorts padrão de 6 dimensões
longo estático [] [] [] [] [] []
array6dCopyOf ( LongNdArray ndArray)
Copie um LongNdArray em uma nova matriz padrão de 6 dimensões de longos
booleano estático [] [] [] [] [] []
array6dCopyOf ( BooleanNdArray ndArray)
Copie um BooleanNdArray em uma nova matriz padrão de 6 dimensões de booleanos
estático duplo [] [] [] [] [] []
array6dCopyOf ( DoubleNdArray ndArray)
Copie um DoubleNdArray em uma nova matriz padrão de 6 dimensões de duplos
flutuação estática [] [] [] [] [] []
array6dCopyOf ( FloatNdArray ndArray)
Copie um FloatNdArray em uma nova matriz padrão de 6 dimensões de flutuadores
static int [] [] [] [] [] []
array6dCopyOf ( IntNdArray ndArray)
Copie um IntNdArray em uma nova matriz padrão de 6 dimensões de ints
estático <T> T [] [] [] [] [] []
array6dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)
Copie um NdArray&lt;T&gt; em uma nova matriz de objetos padrão de 6 dimensões
vazio estático
copyFrom ( LongNdArray src, long [] [] [] [] dst)
Copie um NdArray para uma matriz quadridimensional de longos
vazio estático
copyFrom ( ShortNdArray src, short [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de shorts
vazio estático
copyFrom ( LongNdArray src, long [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de longos
vazio estático
copyFrom ( BooleanNdArray src, boolean [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de booleanos
vazio estático
copyFrom ( IntNdArray src, int [] [] [] [] dst)
Copie um NdArray para uma matriz 4-dimensional de ints
vazio estático
copyFrom ( IntNdArray src, int [] [] dst)
Copie um NdArray para uma matriz bidimensional de ints
static <T> void
copyFrom ( NdArray <T> src, T [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de objetos
vazio estático
copyFrom ( ByteNdArray src, byte [] [] dst)
Copie um NdArray para uma matriz bidimensional de bytes
static <T> void
copyFrom ( NdArray <T> src, T [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de objetos
vazio estático
copyFrom ( DoubleNdArray src, double [] [] dst)
Copie um NdArray para uma matriz bidimensional de duplos
vazio estático
copyFrom ( DoubleNdArray src, double [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de duplos
vazio estático
copyFrom ( FloatNdArray src, float [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de flutuadores
vazio estático
copyFrom ( LongNdArray src, long [] [] dst)
Copie um NdArray para uma matriz bidimensional de longos
vazio estático
copyFrom ( FloatNdArray src, float [] [] dst)
Copie um NdArray para uma matriz bidimensional de flutuadores
vazio estático
copyFrom ( FloatNdArray src, float [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de flutuadores
vazio estático
copyFrom ( IntNdArray src, int [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de ints
static <T> void
copyFrom ( NdArray <T> src, T [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de objetos
vazio estático
copyFrom ( ByteNdArray src, byte [] dst)
Copie um NdArray para um array de bytes
static <T> void
copyFrom ( NdArray <T> src, T [] [] dst)
Copie um NdArray para uma matriz bidimensional de objetos
vazio estático
copyFrom ( BooleanNdArray src, boolean [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de booleanos
vazio estático
copyFrom ( DoubleNdArray src, double [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de duplos
vazio estático
copyFrom ( ShortNdArray src, short [] dst)
Copie um NdArray para uma série de curtas
vazio estático
copyFrom ( DoubleNdArray src, double [] dst)
Copie um NdArray para uma matriz de duplos
vazio estático
copyFrom ( IntNdArray src, int [] dst)
Copie um NdArray para uma matriz de ints
vazio estático
copyFrom ( DoubleNdArray src, double [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de duplos
vazio estático
copyFrom ( ByteNdArray src, byte [] [] [] [] dst)
Copie um NdArray para um array quadridimensional de bytes
vazio estático
copyFrom ( ShortNdArray src, short [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de curtas
static <T> void
copyFrom ( NdArray <T> src, T [] dst)
Copie um NdArray para uma matriz de objetos
static <T> void
copyFrom ( NdArray <T> src, T [] [] [] [] dst)
Copie um NdArray para uma matriz quadridimensional de objetos
vazio estático
copyFrom ( IntNdArray src, int [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de ints
vazio estático
copyFrom ( FloatNdArray src, float [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de flutuadores
vazio estático
copyFrom ( BooleanNdArray src, boolean [] [] dst)
Copie um NdArray para uma matriz bidimensional de booleanos
vazio estático
copyFrom ( BooleanNdArray src, boolean [] dst)
Copie um NdArray para uma matriz de booleanos.
vazio estático
copyFrom ( LongNdArray src, long [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de longos
vazio estático
copyFrom ( ByteNdArray src, byte [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de bytes
vazio estático
copyFrom ( DoubleNdArray src, double [] [] [] [] dst)
Copie um NdArray para um array quadridimensional de duplos
vazio estático
copyFrom ( FloatNdArray src, float [] [] [] [] dst)
Copie um NdArray para uma matriz quadridimensional de flutuadores
vazio estático
copyFrom ( ShortNdArray src, short [] [] [] [] dst)
Copie um NdArray para uma matriz quadridimensional de curtas
vazio estático
copyFrom ( ShortNdArray src, short [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de shorts
vazio estático
copyFrom ( LongNdArray src, long [] dst)
Copie um NdArray para um array de longos
vazio estático
copyFrom ( IntNdArray src, int [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de ints
vazio estático
copyFrom ( FloatNdArray src, float [] dst)
Copie um NdArray para uma matriz de flutuadores
vazio estático
copyFrom ( BooleanNdArray src, boolean [] [] [] dst)
Copie um NdArray para uma matriz tridimensional de booleanos
vazio estático
copyFrom ( BooleanNdArray src, boolean [] [] [] [] dst)
Copie um NdArray para um array quadridimensional de booleanos
vazio estático
copyFrom ( ByteNdArray src, byte [] [] [] [] [] [] dst)
Copie um NdArray para uma matriz 6-dimensional de bytes
vazio estático
copyFrom ( LongNdArray src, long [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de longos
vazio estático
copyFrom ( ByteNdArray src, byte [] [] [] [] [] dst)
Copie um NdArray para uma matriz 5-dimensional de bytes
vazio estático
copyFrom ( ShortNdArray src, short [] [] dst)
Copie um NdArray para uma matriz bidimensional de curtas
vazio estático
copyTo (double [] src, DoubleNdArray dst)
Copie um array de doubles no dst NdArray
vazio estático
copyTo (boolean [] [] [] [] [] [] src, BooleanNdArray dst)
Copie um array de 6 dimensões de booleanos no dst NdArray
vazio estático
copyTo (short [] [] [] [] src, ShortNdArray dst)
Copie uma matriz quadridimensional de shorts no dst NdArray
static <T> void
copyTo (T [] src, NdArray <T> dst)
Copie uma matriz de objetos no dst NdArray
vazio estático
copyTo (double [] [] [] [] [] [] src, DoubleNdArray dst)
Copie uma matriz de 6 dimensões de duplas para o dst NdArray
vazio estático
copyTo (float [] [] [] src, FloatNdArray dst)
Copie uma matriz tridimensional de flutuadores no dst NdArray
vazio estático
copyTo (int [] src, IntNdArray dst)
Copie uma matriz de ints no dst NdArray
static <T> void
copyTo (T [] [] [] [] src, NdArray <T> dst)
Copie uma matriz quadridimensional de objetos no dst NdArray
vazio estático
copyTo (int [] [] src, IntNdArray dst)
Copie uma matriz bidimensional de ints no dst NdArray
vazio estático
copyTo (boolean [] [] [] src, BooleanNdArray dst)
Copie uma matriz tridimensional de booleanos no dst NdArray
vazio estático
copyTo (long [] [] [] [] [] src, LongNdArray dst)
Copie uma matriz 5-dimensional de longos para o dst NdArray
vazio estático
copyTo (float [] [] [] [] [] src, FloatNdArray dst)
Copie uma matriz 5-dimensional de flutuadores no dst NdArray
vazio estático
copyTo (double [] [] [] [] [] src, DoubleNdArray dst)
Copie uma matriz 5-dimensional de duplos no dst NdArray
vazio estático
copyTo (float [] [] [] [] src, FloatNdArray dst)
Copie uma matriz quadridimensional de flutuadores no dst NdArray
vazio estático
copyTo (int [] [] [] src, IntNdArray dst)
Copie uma matriz tridimensional de ints no dst NdArray
vazio estático
copyTo (boolean [] [] src, BooleanNdArray dst)
Copie uma matriz bidimensional de booleanos no dst NdArray
vazio estático
copyTo (int [] [] [] [] src, IntNdArray dst)
Copie uma matriz 4-dimensional de ints no dst NdArray
vazio estático
copyTo (double [] [] [] src, DoubleNdArray dst)
Copie uma matriz tridimensional de duplas para o dst NdArray
vazio estático
copyTo (byte [] src, ByteNdArray dst)
Copie um array de bytes no dst NdArray
vazio estático
copyTo (float [] [] [] [] [] [] src, FloatNdArray dst)
Copie uma matriz de 6 dimensões de flutuadores no dst NdArray
vazio estático
copyTo (boolean [] [] [] [] src, BooleanNdArray dst)
Copie um array quadridimensional de booleanos no dst NdArray
vazio estático
copyTo (byte [] [] [] [] [] [] src, ByteNdArray dst)
Copie um array de 6 dimensões de bytes no dst NdArray
vazio estático
copyTo (long [] [] [] [] src, LongNdArray dst)
Copie uma matriz 4-dimensional de longos no dst NdArray
vazio estático
copyTo (byte [] [] [] [] [] src, ByteNdArray dst)
Copie uma matriz 5-dimensional de bytes no dst NdArray
vazio estático
copyTo (short [] [] [] src, ShortNdArray dst)
Copie uma matriz tridimensional de shorts no dst NdArray
vazio estático
copyTo (long [] [] [] [] [] [] src, LongNdArray dst)
Copie uma matriz de 6 dimensões de longos para o dst NdArray
vazio estático
copyTo (long [] src, LongNdArray dst)
Copie uma matriz de longos para o dst NdArray
vazio estático
copyTo (long [] [] [] src, LongNdArray dst)
Copie uma matriz tridimensional de longos para o dst NdArray
vazio estático
copyTo (short [] src, ShortNdArray dst)
Copie uma série de curtas no dst NdArray
vazio estático
copyTo (double [] [] src, DoubleNdArray dst)
Copie uma matriz bidimensional de duplas para o dst NdArray
static <T> void
copyTo (T [] [] [] src, NdArray <T> dst)
Copie uma matriz tridimensional de objetos no dst NdArray
vazio estático
copyTo (short [] [] [] [] [] src, ShortNdArray dst)
Copie uma matriz 5-dimensional de shorts no dst NdArray
vazio estático
copyTo (short [] [] src, ShortNdArray dst)
Copie uma matriz bidimensional de shorts no dst NdArray
static <T> void
copyTo (T [] [] [] [] [] src, NdArray <T> dst)
Copie uma matriz 5-dimensional de objetos no dst NdArray
vazio estático
copyTo (int [] [] [] [] [] src, IntNdArray dst)
Copie uma matriz 5-dimensional de ints no dst NdArray
vazio estático
copyTo (float [] [] src, FloatNdArray dst)
Copie uma matriz bidimensional de flutuadores no dst NdArray
vazio estático
copyTo (long [] [] src, LongNdArray dst)
Copie uma matriz bidimensional de longos para o dst NdArray
vazio estático
copyTo (byte [] [] [] src, ByteNdArray dst)
Copie uma matriz tridimensional de bytes no dst NdArray
vazio estático
copyTo (boolean [] src, BooleanNdArray dst)
Copie uma matriz de booleanos no dst NdArray
static <T> void
copyTo (T [] [] [] [] [] [] src, NdArray <T> dst)
Copie uma matriz de 6 dimensões de objetos no dst NdArray
vazio estático
copyTo (boolean [] [] [] [] [] src, BooleanNdArray dst)
Copie uma matriz 5-dimensional de booleanos no dst NdArray
static <T> void
copyTo (T [] [] src, NdArray <T> dst)
Copie uma matriz bidimensional de objetos no dst NdArray
vazio estático
copyTo (float [] src, FloatNdArray dst)
Copie uma matriz de flutuadores no dst NdArray
vazio estático
copyTo (byte [] [] src, ByteNdArray dst)
Copie uma matriz bidimensional de bytes no dst NdArray
vazio estático
copyTo (int [] [] [] [] [] [] src, IntNdArray dst)
Copie uma matriz de 6 dimensões de ints no dst NdArray
vazio estático
copyTo (byte [] [] [] [] src, ByteNdArray dst)
Copie uma matriz quadridimensional de bytes no dst NdArray
vazio estático
copyTo (short [] [] [] [] [] [] src, ShortNdArray dst)
Copie uma matriz 6-dimensional de shorts no dst NdArray
vazio estático
copyTo (double [] [] [] [] src, DoubleNdArray dst)
Copie uma matriz quadridimensional de duplas para o dst NdArray
ShortNdArray estático
ndCopyOf (short [] array)
Copie uma série de curtas em um novo ShortNdArray
DoubleNdArray estático
ndCopyOf (double [] [] [] [] array)
Copie uma matriz 4-dimensional de duplos em um novo DoubleNdArray
ShortNdArray estático
ndCopyOf (short [] [] array)
Copie uma matriz bidimensional de shorts em um novo ShortNdArray
FloatNdArray estático
ndCopyOf (float [] array)
Copie uma matriz de flutuadores em um novo FloatNdArray
static <T> NdArray <T>
ndCopyOf (matriz T [])
Copie uma matriz de objetos em um novo NdArray
FloatNdArray estático
ndCopyOf (float [] [] array)
Copie uma matriz bidimensional de flutuadores em um novo FloatNdArray
static <T> NdArray <T>
ndCopyOf (T [] [] [] [] [] array)
Copie uma matriz 5-dimensional de objetos em um novo NdArray
static IntNdArray
ndCopyOf (int [] [] [] array)
Copie uma matriz tridimensional de ints em um novo IntNdArray
FloatNdArray estático
ndCopyOf (float [] [] [] array)
Copie uma matriz tridimensional de flutuadores em um novo FloatNdArray
static IntNdArray
ndCopyOf (int [] [] [] [] [] array)
Copie uma matriz 5-dimensional de ints em um novo IntNdArray
LongNdArray estático
ndCopyOf (long [] [] [] [] [] [] array)
Copie uma matriz 6-dimensional de longos em um novo LongNdArray
static BooleanNdArray
ndCopyOf (boolean [] [] array)
Copie uma matriz bidimensional de booleanos em um novo BooleanNdArray
LongNdArray estático
ndCopyOf (long [] [] array)
Copie uma matriz bidimensional de longos em um novo LongNdArray
static BooleanNdArray
ndCopyOf (boolean [] array)
Copie uma matriz de booleanos em um novo BooleanNdArray
static BooleanNdArray
ndCopyOf (boolean [] [] [] [] [] array)
Copie uma matriz 5-dimensional de booleanos em um novo BooleanNdArray
DoubleNdArray estático
ndCopyOf (double [] [] [] [] [] array)
Copie uma matriz 5-dimensional de duplos em um novo DoubleNdArray
LongNdArray estático
ndCopyOf (long [] array)
Copie uma matriz de longos em um novo LongNdArray
static IntNdArray
ndCopyOf (int [] [] [] [] array)
Copie uma matriz 4-dimensional de ints em um novo IntNdArray
static <T> NdArray <T>
ndCopyOf ( matriz T [] [] [] [])
Copie uma matriz quadridimensional de objetos em um novo NdArray
FloatNdArray estático
ndCopyOf (float [] [] [] [] [] [] array)
Copie uma matriz de 6 dimensões de flutuadores em um novo FloatNdArray
ByteNdArray estático
ndCopyOf (byte [] [] [] [] [] [] array)
Copie uma matriz 6-dimensional de bytes em um novo ByteNdArray
DoubleNdArray estático
ndCopyOf (double [] array)
Copie um array de doubles em um novo DoubleNdArray
ShortNdArray estático
ndCopyOf (short [] [] [] [] array)
Copie uma matriz quadridimensional de shorts em um novo ShortNdArray
ByteNdArray estático
ndCopyOf (byte [] [] array)
Copie uma matriz bidimensional de bytes em um novo ByteNdArray
ByteNdArray estático
ndCopyOf (byte [] array)
Copie uma matriz de bytes em um novo ByteNdArray
ShortNdArray estático
ndCopyOf (short [] [] [] [] [] array)
Copie uma matriz 5-dimensional de shorts em um novo ShortNdArray
static BooleanNdArray
ndCopyOf (boolean [] [] [] array)
Copie uma matriz tridimensional de booleanos em um novo BooleanNdArray
DoubleNdArray estático
ndCopyOf (double [] [] [] [] [] [] array)
Copie uma matriz 6-dimensional de duplos em um novo DoubleNdArray
ByteNdArray estático
ndCopyOf (byte [] [] [] array)
Copie uma matriz tridimensional de bytes em um novo ByteNdArray
FloatNdArray estático
ndCopyOf (float [] [] [] [] [] array)
Copie uma matriz 5-dimensional de flutuadores em um novo FloatNdArray
LongNdArray estático
ndCopyOf (long [] [] [] array)
Copie uma matriz tridimensional de longos em um novo LongNdArray
ByteNdArray estático
ndCopyOf (byte [] [] [] [] array)
Copie uma matriz quadridimensional de bytes em um novo ByteNdArray
ShortNdArray estático
ndCopyOf (short [] [] [] array)
Copie uma matriz tridimensional de curtas em um novo ShortNdArray
LongNdArray estático
ndCopyOf (long [] [] [] [] [] array)
Copie uma matriz 5-dimensional de longos em um novo LongNdArray
static IntNdArray
ndCopyOf (int [] array)
Copie uma matriz de ints em um novo IntNdArray
ShortNdArray estático
ndCopyOf (short [] [] [] [] [] [] array)
Copie uma matriz 6-dimensional de shorts em um novo ShortNdArray
static IntNdArray
ndCopyOf (int [] [] array)
Copie uma matriz bidimensional de ints em um novo IntNdArray
ByteNdArray estático
ndCopyOf (byte [] [] [] [] [] array)
Copie uma matriz 5-dimensional de bytes em um novo ByteNdArray
static <T> NdArray <T>
ndCopyOf ( matriz T [] [])
Copie uma matriz bidimensional de objetos em um novo NdArray
DoubleNdArray estático
ndCopyOf (double [] [] array)
Copie uma matriz bidimensional de duplos em um novo DoubleNdArray
static <T> NdArray <T>
ndCopyOf (T [] [] [] [] [] [] array)
Copie uma matriz de 6 dimensões de objetos em um novo NdArray
FloatNdArray estático
ndCopyOf (float [] [] [] [] array)
Copie uma matriz quadridimensional de flutuadores em um novo FloatNdArray
static <T> NdArray <T>
ndCopyOf ( matriz T [] [] [])
Copie uma matriz tridimensional de objetos em um novo NdArray
static IntNdArray
ndCopyOf (int [] [] [] [] [] [] array)
Copie uma matriz de 6 dimensões de ints em um novo IntNdArray
DoubleNdArray estático
ndCopyOf (double [] [] [] array)
Copie uma matriz tridimensional de duplos em um novo DoubleNdArray
static BooleanNdArray
ndCopyOf (boolean [] [] [] [] array)
Copie um array quadridimensional de booleanos em um novo BooleanNdArray
LongNdArray estático
ndCopyOf (long [] [] [] [] array)
Copie uma matriz 4-dimensional de longos em um novo LongNdArray
static BooleanNdArray
ndCopyOf (boolean [] [] [] [] [] [] array)
Copie uma matriz 6-dimensional de booleanos em um novo BooleanNdArray
Forma <T> estática
shapeOf (matriz T [] [] [])
Calcule a forma de uma matriz de objeto tridimensional.
forma estática
shapeOf (double [] [] [] [] array)
Calcule a forma de uma matriz dupla quadridimensional.
forma estática
shapeOf (long [] array)
Calcule a forma de uma matriz longa.
forma estática
shapeOf (boolean [] array)
Calcule a forma de uma matriz booleana.
forma estática
shapeOf (double [] [] array)
Calcule a forma de uma matriz dupla bidimensional.
forma estática
shapeOf (short [] [] [] [] [] [] array)
Calcule a forma de uma matriz curta de 6 dimensões.
forma estática
shapeOf (float [] [] array)
Calcule a forma de uma matriz flutuante bidimensional.
forma estática
shapeOf (short [] [] [] [] array)
Calcule a forma de uma matriz curta quadridimensional.
forma estática
shapeOf (byte [] [] [] [] [] [] array)
Calcule a forma de uma matriz de bytes de 6 dimensões.
forma estática
shapeOf (short [] [] array)
Calcule a forma de uma matriz curta bidimensional.
forma estática
shapeOf (float [] [] [] [] array)
Calcule a forma de uma matriz flutuante quadridimensional.
forma estática
shapeOf (short [] [] [] array)
Calcule a forma de uma matriz curta tridimensional.
forma estática
shapeOf (boolean [] [] [] [] [] [] array)
Calcule a forma de uma matriz booleana de 6 dimensões.
forma estática
shapeOf (byte [] array)
Calcule a forma de uma matriz de bytes.
forma estática
shapeOf (byte [] [] [] array)
Calcule a forma de uma matriz de bytes tridimensional.
forma estática
shapeOf (int [] [] array)
Calcule a forma de uma matriz int bidimensional.
forma estática
shapeOf (double [] [] [] [] [] array)
Calcule a forma de uma matriz dupla 5-dimensional.
forma estática
shapeOf (double [] [] [] array)
Calcule a forma de uma matriz dupla tridimensional.
Forma <T> estática
shapeOf (matriz T [])
Calcule a forma de uma matriz de objeto.
forma estática
shapeOf (int [] [] [] array)
Calcule a forma de uma matriz tridimensional int.
forma estática
shapeOf (byte [] [] array)
Calcule a forma de uma matriz de bytes bidimensional.
forma estática
shapeOf (float [] [] [] [] [] [] array)
Calcule a forma de uma matriz flutuante de 6 dimensões.
forma estática
shapeOf (long [] [] [] [] [] [] array)
Calcule a forma de uma longa matriz de 6 dimensões.
Forma <T> estática
shapeOf ( matriz T [] [])
Calcule a forma de uma matriz de objeto bidimensional.
forma estática
shapeOf (int [] [] [] [] [] array)
Calcule a forma de uma matriz int de 5 dimensões.
forma estática
shapeOf (int [] [] [] [] [] [] array)
Calcule a forma de uma matriz int de 6 dimensões.
forma estática
shapeOf (matriz dupla [])
Calcule a forma de uma matriz dupla.
forma estática
shapeOf (boolean [] [] [] [] [] array)
Calcule a forma de uma matriz booleana de 5 dimensões.
forma estática
shapeOf (float [] [] [] [] [] array)
Calcule a forma de uma matriz flutuante 5-dimensional.
forma estática
shapeOf (long [] [] [] [] array)
Calcule a forma de uma matriz longa de 4 dimensões.
forma estática
shapeOf (byte [] [] [] [] array)
Calcule a forma de uma matriz de bytes de 4 dimensões.
forma estática
shapeOf (boolean [] [] [] [] array)
Calcule a forma de uma matriz booleana quadridimensional.
forma estática
shapeOf (float [] [] [] array)
Calcule a forma de uma matriz flutuante tridimensional.
forma estática
shapeOf (short [] [] [] [] [] array)
Calcule a forma de uma matriz curta 5-dimensional.
forma estática
shapeOf (long [] [] [] array)
Calcule a forma de uma longa matriz tridimensional.
forma estática
shapeOf (boolean [] [] array)
Calcule a forma de uma matriz booleana bidimensional.
forma estática
shapeOf (float [] array)
Calcule a forma de uma matriz flutuante.
forma estática
shapeOf (byte [] [] [] [] [] array)
Calcule a forma de uma matriz de bytes de 5 dimensões.
forma estática
shapeOf (long [] [] array)
Calcule a forma de uma longa matriz bidimensional.
Forma <T> estática
shapeOf ( matriz T [] [] [] [])
Calcule a forma de uma matriz de objetos de 4 dimensões.
forma estática
shapeOf (int [] [] [] [] array)
Calcule a forma de uma matriz int de 4 dimensões.
Forma <T> estática
shapeOf ( matriz T [] [] [] [] [])
Calcule a forma de uma matriz de objetos de 5 dimensões.
forma estática
shapeOf (double [] [] [] [] [] [] array)
Calcule a forma de uma matriz dupla de 6 dimensões.
forma estática
shapeOf (long [] [] [] [] [] array)
Calcule a forma de uma matriz longa 5-dimensional.
forma estática
shapeOf (short [] array)
Calcule a forma de uma matriz curta.
forma estática
shapeOf (boolean [] [] [] array)
Calcule a forma de uma matriz booleana tridimensional.
Forma <T> estática
shapeOf ( matriz T [] [] [] [] [] [])
Calcule a forma de uma matriz de objetos de 6 dimensões.
forma estática
shapeOf (matriz int [])
Calcule a forma de uma matriz int.

Métodos herdados

Construtores Públicos

public StdArrays ()

Métodos Públicos

public static long [] array1dCopyOf ( LongNdArray ndArray)

Copie um LongNdArray em uma nova matriz padrão de 1 dimensão de longos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static T [] array1dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)

Copie um NdArray&lt;T&gt; em uma nova matriz padrão de 1 dimensão de objetos

Parâmetros
ndArray matriz de origem
Tipo de objeto tipo de objeto
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static byte [] array1dCopyOf ( ByteNdArray ndArray)

Copie um ByteNdArray em uma nova matriz de bytes padrão de 1 dimensão

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static float [] array1dCopyOf ( FloatNdArray ndArray)

Copie um FloatNdArray em uma nova matriz padrão de 1 dimensão de flutuadores

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static boolean [] array1dCopyOf ( BooleanNdArray ndArray)

Copie um BooleanNdArray em uma nova matriz padrão de 1 dimensão de booleanos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static double [] array1dCopyOf ( DoubleNdArray ndArray)

Copie um DoubleNdArray em uma nova matriz padrão de 1 dimensão de duplos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static short [] array1dCopyOf ( ShortNdArray ndArray)

Copie um ShortNdArray em uma nova matriz de shorts padrão de 1 dimensão

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static int [] array1dCopyOf ( IntNdArray ndArray)

Copie um IntNdArray em uma nova matriz padrão de 1 dimensão de ints

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 1 ou tiver uma forma que exceda os limites de matrizes padrão

public static byte [] [] array2dCopyOf ( ByteNdArray ndArray)

Copie um ByteNdArray em uma nova matriz de bytes padrão de 2 dimensões

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static T [] [] array2dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)

Copie um NdArray&lt;T&gt; em uma nova matriz de objetos padrão de 2 dimensões

Parâmetros
ndArray matriz de origem
Tipo de objeto tipo de objeto
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static short [] [] array2dCopyOf ( ShortNdArray ndArray)

Copie um ShortNdArray em uma nova matriz de shorts padrão de 2 dimensões

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static float [] [] array2dCopyOf ( FloatNdArray ndArray)

Copie um FloatNdArray em uma nova matriz padrão de 2 dimensões de flutuadores

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static long [] [] array2dCopyOf ( LongNdArray ndArray)

Copie um LongNdArray em uma nova matriz padrão de 2 dimensões de longos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static double [] [] array2dCopyOf ( DoubleNdArray ndArray)

Copie um DoubleNdArray em uma nova matriz padrão de 2 dimensões de duplos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static boolean [] [] array2dCopyOf ( BooleanNdArray ndArray)

Copie um BooleanNdArray em uma nova matriz padrão de 2 dimensões de booleanos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static int [] [] array2dCopyOf ( IntNdArray ndArray)

Copie um IntNdArray em uma nova matriz padrão de 2 dimensões de ints

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 2 ou tiver uma forma que exceda os limites de matrizes padrão

public static float [] [] [] array3dCopyOf ( FloatNdArray ndArray)

Copie um FloatNdArray em uma nova matriz padrão de 3 dimensões de flutuadores

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 3 ou tiver uma forma que exceda os limites de matrizes padrão

public static double [] [] [] array3dCopyOf ( DoubleNdArray ndArray)

Copie um DoubleNdArray em uma nova matriz padrão de 3 dimensões de duplos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 3 ou tiver uma forma que exceda os limites de matrizes padrão

public static T [] [] [] array3dCopyOf ( NdArray <T> ndArray, Classe <T> objectType)

Copie um NdArray&lt;T&gt; em uma nova matriz de objetos padrão de 3 dimensões

Parâmetros
ndArray matriz de origem
Tipo de objeto tipo de objeto
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 3 ou tiver uma forma que exceda os limites de matrizes padrão

public static long [] [] [] array3dCopyOf ( LongNdArray ndArray)

Copie um LongNdArray em uma nova matriz padrão de 3 dimensões de longos

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 3 ou tiver uma forma que exceda os limites de matrizes padrão

public static byte [] [] [] array3dCopyOf ( ByteNdArray ndArray)

Copie um ByteNdArray em uma nova matriz de bytes padrão de 3 dimensões

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 3 ou tiver uma forma que exceda os limites de matrizes padrão

public static int [] [] [] array3dCopyOf ( IntNdArray ndArray)

Copie um IntNdArray em uma nova matriz padrão de 3 dimensões de ints

Parâmetros
ndArray matriz de origem
Devoluções
  • a cópia da matriz
Lança
Exceção de argumento ilegal se ndArray não for de classificação 3 ou tiver uma forma que exceda os limites de matrizes padrão

public static short [] [] [] array3dCopyOf ( ShortNdArray ndArray)

Copy a ShortNdArray in a new 3-dimension standard array of shorts

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-3 or has a shape that exceeds standard arrays limits

public static boolean[][][] array3dCopyOf ( BooleanNdArray ndArray)

Copy a BooleanNdArray in a new 3-dimension standard array of booleans

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-3 or has a shape that exceeds standard arrays limits

public static T[][][][] array4dCopyOf ( NdArray <T> ndArray, Class<T> objectType)

Copy a NdArray&lt;T&gt; in a new 4-dimension standard array of objects

Parâmetros
ndArray source array
objectType type of object
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static short[][][][] array4dCopyOf ( ShortNdArray ndArray)

Copy a ShortNdArray in a new 4-dimension standard array of shorts

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static double[][][][] array4dCopyOf ( DoubleNdArray ndArray)

Copy a DoubleNdArray in a new 4-dimension standard array of doubles

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static boolean[][][][] array4dCopyOf ( BooleanNdArray ndArray)

Copy a BooleanNdArray in a new 4-dimension standard array of booleans

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static byte[][][][] array4dCopyOf ( ByteNdArray ndArray)

Copy a ByteNdArray in a new 4-dimension standard array of bytes

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static int[][][][] array4dCopyOf ( IntNdArray ndArray)

Copy a IntNdArray in a new 4-dimension standard array of ints

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static float[][][][] array4dCopyOf ( FloatNdArray ndArray)

Copy a FloatNdArray in a new 4-dimension standard array of floats

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static long[][][][] array4dCopyOf ( LongNdArray ndArray)

Copy a LongNdArray in a new 4-dimension standard array of longs

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-4 or has a shape that exceeds standard arrays limits

public static short[][][][][] array5dCopyOf ( ShortNdArray ndArray)

Copy a ShortNdArray in a new 5-dimension standard array of shorts

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static long[][][][][] array5dCopyOf ( LongNdArray ndArray)

Copy a LongNdArray in a new 5-dimension standard array of longs

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static boolean[][][][][] array5dCopyOf ( BooleanNdArray ndArray)

Copy a BooleanNdArray in a new 5-dimension standard array of booleans

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static float[][][][][] array5dCopyOf ( FloatNdArray ndArray)

Copy a FloatNdArray in a new 5-dimension standard array of floats

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static int[][][][][] array5dCopyOf ( IntNdArray ndArray)

Copy a IntNdArray in a new 5-dimension standard array of ints

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static byte[][][][][] array5dCopyOf ( ByteNdArray ndArray)

Copy a ByteNdArray in a new 5-dimension standard array of bytes

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static T[][][][][] array5dCopyOf ( NdArray <T> ndArray, Class<T> objectType)

Copy a NdArray&lt;T&gt; in a new 5-dimension standard array of objects

Parâmetros
ndArray source array
objectType type of object
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static double[][][][][] array5dCopyOf ( DoubleNdArray ndArray)

Copy a DoubleNdArray in a new 5-dimension standard array of doubles

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-5 or has a shape that exceeds standard arrays limits

public static byte[][][][][][] array6dCopyOf ( ByteNdArray ndArray)

Copy a ByteNdArray in a new 6-dimension standard array of bytes

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static short[][][][][][] array6dCopyOf ( ShortNdArray ndArray)

Copy a ShortNdArray in a new 6-dimension standard array of shorts

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static long[][][][][][] array6dCopyOf ( LongNdArray ndArray)

Copy a LongNdArray in a new 6-dimension standard array of longs

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static boolean[][][][][][] array6dCopyOf ( BooleanNdArray ndArray)

Copy a BooleanNdArray in a new 6-dimension standard array of booleans

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static double[][][][][][] array6dCopyOf ( DoubleNdArray ndArray)

Copy a DoubleNdArray in a new 6-dimension standard array of doubles

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static float[][][][][][] array6dCopyOf ( FloatNdArray ndArray)

Copy a FloatNdArray in a new 6-dimension standard array of floats

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static int[][][][][][] array6dCopyOf ( IntNdArray ndArray)

Copy a IntNdArray in a new 6-dimension standard array of ints

Parâmetros
ndArray source array
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static T[][][][][][] array6dCopyOf ( NdArray <T> ndArray, Class<T> objectType)

Copy a NdArray&lt;T&gt; in a new 6-dimension standard array of objects

Parâmetros
ndArray source array
objectType type of object
Devoluções
  • the array copy
Lança
Exceção de argumento ilegal if ndArray is not of rank-6 or has a shape that exceeds standard arrays limits

public static void copyFrom ( LongNdArray src, long[][][][] dst)

Copy a NdArray to a 4-dimensional array of longs

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ShortNdArray src, short[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of shorts

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( LongNdArray src, long[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of longs

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( BooleanNdArray src, boolean[][][][][] dst)

Copy a NdArray to a 5-dimensional array of booleans

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( IntNdArray src, int[][][][] dst)

Copy a NdArray to a 4-dimensional array of ints

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( IntNdArray src, int[][] dst)

Copy a NdArray to a 2-dimensional array of ints

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( NdArray <T> src, T[][][] dst)

Copy a NdArray to a 3-dimensional array of objects

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ByteNdArray src, byte[][] dst)

Copy a NdArray to a 2-dimensional array of bytes

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( NdArray <T> src, T[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of objects

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( DoubleNdArray src, double[][] dst)

Copy a NdArray to a 2-dimensional array of doubles

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( DoubleNdArray src, double[][][] dst)

Copy a NdArray to a 3-dimensional array of doubles

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( FloatNdArray src, float[][][][][] dst)

Copy a NdArray to a 5-dimensional array of floats

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( LongNdArray src, long[][] dst)

Copy a NdArray to a 2-dimensional array of longs

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( FloatNdArray src, float[][] dst)

Copy a NdArray to a 2-dimensional array of floats

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( FloatNdArray src, float[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of floats

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( IntNdArray src, int[][][][][] dst)

Copy a NdArray to a 5-dimensional array of ints

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( NdArray <T> src, T[][][][][] dst)

Copy a NdArray to a 5-dimensional array of objects

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ByteNdArray src, byte[] dst)

Copy a NdArray to an array of bytes

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( NdArray <T> src, T[][] dst)

Copy a NdArray to a 2-dimensional array of objects

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( BooleanNdArray src, boolean[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of booleans

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( DoubleNdArray src, double[][][][][] dst)

Copy a NdArray to a 5-dimensional array of doubles

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ShortNdArray src, short[] dst)

Copy a NdArray to an array of shorts

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( DoubleNdArray src, double[] dst)

Copy a NdArray to an array of doubles

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( IntNdArray src, int[] dst)

Copy a NdArray to an array of ints

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( DoubleNdArray src, double[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of doubles

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ByteNdArray src, byte[][][][] dst)

Copy a NdArray to a 4-dimensional array of bytes

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ShortNdArray src, short[][][] dst)

Copy a NdArray to a 3-dimensional array of shorts

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( NdArray <T> src, T[] dst)

Copy a NdArray to an array of objects

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( NdArray <T> src, T[][][][] dst)

Copy a NdArray to a 4-dimensional array of objects

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( IntNdArray src, int[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of ints

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( FloatNdArray src, float[][][] dst)

Copy a NdArray to a 3-dimensional array of floats

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( BooleanNdArray src, boolean[][] dst)

Copy a NdArray to a 2-dimensional array of booleans

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( BooleanNdArray src, boolean[] dst)

Copy a NdArray to an array of booleans.

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( LongNdArray src, long[][][] dst)

Copy a NdArray to a 3-dimensional array of longs

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ByteNdArray src, byte[][][] dst)

Copy a NdArray to a 3-dimensional array of bytes

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( DoubleNdArray src, double[][][][] dst)

Copy a NdArray to a 4-dimensional array of doubles

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( FloatNdArray src, float[][][][] dst)

Copy a NdArray to a 4-dimensional array of floats

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ShortNdArray src, short[][][][] dst)

Copy a NdArray to a 4-dimensional array of shorts

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ShortNdArray src, short[][][][][] dst)

Copy a NdArray to a 5-dimensional array of shorts

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( LongNdArray src, long[] dst)

Copy a NdArray to an array of longs

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( IntNdArray src, int[][][] dst)

Copy a NdArray to a 3-dimensional array of ints

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( FloatNdArray src, float[] dst)

Copy a NdArray to an array of floats

Parâmetros
src source rank-1 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-1
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( BooleanNdArray src, boolean[][][] dst)

Copy a NdArray to a 3-dimensional array of booleans

Parâmetros
src source rank-3 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-3
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( BooleanNdArray src, boolean[][][][] dst)

Copy a NdArray to a 4-dimensional array of booleans

Parâmetros
src source rank-4 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-4
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ByteNdArray src, byte[][][][][][] dst)

Copy a NdArray to a 6-dimensional array of bytes

Parâmetros
src source rank-6 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-6
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( LongNdArray src, long[][][][][] dst)

Copy a NdArray to a 5-dimensional array of longs

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ByteNdArray src, byte[][][][][] dst)

Copy a NdArray to a 5-dimensional array of bytes

Parâmetros
src source rank-5 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-5
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyFrom ( ShortNdArray src, short[][] dst)

Copy a NdArray to a 2-dimensional array of shorts

Parâmetros
src source rank-2 array
dst destination array
Lança
Exceção de argumento ilegal if src is not of rank-2
ArrayIndexOutOfBoundsException if not all elements of src can fit it the destination array

public static void copyTo (double[] src, DoubleNdArray dst)

Copy an array of doubles into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (boolean[][][][][][] src, BooleanNdArray dst)

Copy a 6-dimensional array of booleans into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (short[][][][] src, ShortNdArray dst)

Copy a 4-dimensional array of shorts into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (T[] src, NdArray <T> dst)

Copy an array of objects into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (double[][][][][][] src, DoubleNdArray dst)

Copy a 6-dimensional array of doubles into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (float[][][] src, FloatNdArray dst)

Copy a 3-dimensional array of floats into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (int[] src, IntNdArray dst)

Copy an array of ints into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (T[][][][] src, NdArray <T> dst)

Copy a 4-dimensional array of objects into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (int[][] src, IntNdArray dst)

Copy a 2-dimensional array of ints into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (boolean[][][] src, BooleanNdArray dst)

Copy a 3-dimensional array of booleans into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (long[][][][][] src, LongNdArray dst)

Copy a 5-dimensional array of longs into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (float[][][][][] src, FloatNdArray dst)

Copy a 5-dimensional array of floats into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (double[][][][][] src, DoubleNdArray dst)

Copy a 5-dimensional array of doubles into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (float[][][][] src, FloatNdArray dst)

Copy a 4-dimensional array of floats into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (int[][][] src, IntNdArray dst)

Copy a 3-dimensional array of ints into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (boolean[][] src, BooleanNdArray dst)

Copy a 2-dimensional array of booleans into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (int[][][][] src, IntNdArray dst)

Copy a 4-dimensional array of ints into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (double[][][] src, DoubleNdArray dst)

Copy a 3-dimensional array of doubles into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (byte[] src, ByteNdArray dst)

Copy an array of bytes into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (float[][][][][][] src, FloatNdArray dst)

Copy a 6-dimensional array of floats into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (boolean[][][][] src, BooleanNdArray dst)

Copy a 4-dimensional array of booleans into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (byte[][][][][][] src, ByteNdArray dst)

Copy a 6-dimensional array of bytes into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (long[][][][] src, LongNdArray dst)

Copy a 4-dimensional array of longs into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (byte[][][][][] src, ByteNdArray dst)

Copy a 5-dimensional array of bytes into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (short[][][] src, ShortNdArray dst)

Copy a 3-dimensional array of shorts into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (long[][][][][][] src, LongNdArray dst)

Copy a 6-dimensional array of longs into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (long[] src, LongNdArray dst)

Copy an array of longs into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (long[][][] src, LongNdArray dst)

Copy a 3-dimensional array of longs into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (short[] src, ShortNdArray dst)

Copy an array of shorts into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (double[][] src, DoubleNdArray dst)

Copy a 2-dimensional array of doubles into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (T[][][] src, NdArray <T> dst)

Copy a 3-dimensional array of objects into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (short[][][][][] src, ShortNdArray dst)

Copy a 5-dimensional array of shorts into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (short[][] src, ShortNdArray dst)

Copy a 2-dimensional array of shorts into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (T[][][][][] src, NdArray <T> dst)

Copy a 5-dimensional array of objects into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (int[][][][][] src, IntNdArray dst)

Copy a 5-dimensional array of ints into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (float[][] src, FloatNdArray dst)

Copy a 2-dimensional array of floats into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (long[][] src, LongNdArray dst)

Copy a 2-dimensional array of longs into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (byte[][][] src, ByteNdArray dst)

Copy a 3-dimensional array of bytes into the dst NdArray

Parâmetros
src source array
dst destination rank-3 array
Lança
Exceção de argumento ilegal if dst is not of rank-3 or has an incompatible shape with the source array

public static void copyTo (boolean[] src, BooleanNdArray dst)

Copy an array of booleans into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (T[][][][][][] src, NdArray <T> dst)

Copy a 6-dimensional array of objects into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (boolean[][][][][] src, BooleanNdArray dst)

Copy a 5-dimensional array of booleans into the dst NdArray

Parâmetros
src source array
dst destination rank-5 array
Lança
Exceção de argumento ilegal if dst is not of rank-5 or has an incompatible shape with the source array

public static void copyTo (T[][] src, NdArray <T> dst)

Copy a 2-dimensional array of objects into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (float[] src, FloatNdArray dst)

Copy an array of floats into the dst NdArray

Parâmetros
src source array
dst destination rank-1 array
Lança
Exceção de argumento ilegal if dst is not of rank-1 or has an incompatible shape with the source array

public static void copyTo (byte[][] src, ByteNdArray dst)

Copy a 2-dimensional array of bytes into the dst NdArray

Parâmetros
src source array
dst destination rank-2 array
Lança
Exceção de argumento ilegal if dst is not of rank-2 or has an incompatible shape with the source array

public static void copyTo (int[][][][][][] src, IntNdArray dst)

Copy a 6-dimensional array of ints into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (byte[][][][] src, ByteNdArray dst)

Copy a 4-dimensional array of bytes into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static void copyTo (short[][][][][][] src, ShortNdArray dst)

Copy a 6-dimensional array of shorts into the dst NdArray

Parâmetros
src source array
dst destination rank-6 array
Lança
Exceção de argumento ilegal if dst is not of rank-6 or has an incompatible shape with the source array

public static void copyTo (double[][][][] src, DoubleNdArray dst)

Copy a 4-dimensional array of doubles into the dst NdArray

Parâmetros
src source array
dst destination rank-4 array
Lança
Exceção de argumento ilegal if dst is not of rank-4 or has an incompatible shape with the source array

public static ShortNdArray ndCopyOf (short[] array)

Copy an array of shorts in a new ShortNdArray

Parâmetros
array source array
Devoluções
  • the ShortNdArray copy

public static DoubleNdArray ndCopyOf (double[][][][] array)

Copy a 4-dimensional array of doubles in a new DoubleNdArray

Parâmetros
array source array
Devoluções
  • the DoubleNdArray copy

public static ShortNdArray ndCopyOf (short[][] array)

Copy a 2-dimensional array of shorts in a new ShortNdArray

Parâmetros
array source array
Devoluções
  • the ShortNdArray copy

public static FloatNdArray ndCopyOf (float[] array)

Copy an array of floats in a new FloatNdArray

Parâmetros
array source array
Devoluções
  • the FloatNdArray copy

public static NdArray <T> ndCopyOf (T[] array)

Copy an array of objects in a new NdArray

Parâmetros
array source array
Devoluções
  • the NdArray copy

public static FloatNdArray ndCopyOf (float[][] array)

Copy a 2-dimensional array of floats in a new FloatNdArray

Parâmetros
array source array
Devoluções
  • the FloatNdArray copy

public static NdArray <T> ndCopyOf (T[][][][][] array)

Copy a 5-dimensional array of objects in a new NdArray

Parâmetros
array source array
Devoluções
  • the NdArray copy

public static IntNdArray ndCopyOf (int[][][] array)

Copy a 3-dimensional array of ints in a new IntNdArray

Parâmetros
array source array
Devoluções
  • the IntNdArray copy

public static FloatNdArray ndCopyOf (float[][][] array)

Copy a 3-dimensional array of floats in a new FloatNdArray

Parâmetros
array source array
Devoluções
  • the FloatNdArray copy

public static IntNdArray ndCopyOf (int[][][][][] array)

Copy a 5-dimensional array of ints in a new IntNdArray

Parâmetros
array source array
Devoluções
  • the IntNdArray copy

public static LongNdArray ndCopyOf (long[][][][][][] array)

Copy a 6-dimensional array of longs in a new LongNdArray

Parâmetros
array source array
Devoluções
  • the LongNdArray copy

public static BooleanNdArray ndCopyOf (boolean[][] array)

Copy a 2-dimensional array of booleans in a new BooleanNdArray

Parâmetros
array source array
Devoluções
  • the BooleanNdArray copy

public static LongNdArray ndCopyOf (long[][] array)

Copy a 2-dimensional array of longs in a new LongNdArray

Parâmetros
array source array
Devoluções
  • the LongNdArray copy

public static BooleanNdArray ndCopyOf (boolean[] array)

Copy an array of booleans in a new BooleanNdArray

Parâmetros
array source array
Devoluções
  • the BooleanNdArray copy

public static BooleanNdArray ndCopyOf (boolean[][][][][] array)

Copy a 5-dimensional array of booleans in a new BooleanNdArray

Parâmetros
array source array
Devoluções
  • the BooleanNdArray copy

public static DoubleNdArray ndCopyOf (double[][][][][] array)

Copy a 5-dimensional array of doubles in a new DoubleNdArray

Parâmetros
array source array
Devoluções
  • the DoubleNdArray copy

public static LongNdArray ndCopyOf (long[] array)

Copy an array of longs in a new LongNdArray

Parâmetros
array source array
Devoluções
  • the LongNdArray copy

public static IntNdArray ndCopyOf (int[][][][] array)

Copy a 4-dimensional array of ints in a new IntNdArray

Parâmetros
array source array
Devoluções
  • the IntNdArray copy

public static NdArray <T> ndCopyOf (T[][][][] array)

Copy a 4-dimensional array of objects in a new NdArray

Parâmetros
array source array
Devoluções
  • the NdArray copy

public static FloatNdArray ndCopyOf (float[][][][][][] array)

Copy a 6-dimensional array of floats in a new FloatNdArray

Parâmetros
array source array
Devoluções
  • the FloatNdArray copy

public static ByteNdArray ndCopyOf (byte[][][][][][] array)

Copy a 6-dimensional array of bytes in a new ByteNdArray

Parâmetros
array source array
Devoluções
  • the ByteNdArray copy

public static DoubleNdArray ndCopyOf (double[] array)

Copy an array of doubles in a new DoubleNdArray

Parâmetros
array source array
Devoluções
  • the DoubleNdArray copy

public static ShortNdArray ndCopyOf (short[][][][] array)

Copy a 4-dimensional array of shorts in a new ShortNdArray

Parâmetros
array source array
Devoluções
  • the ShortNdArray copy

public static ByteNdArray ndCopyOf (byte[][] array)

Copy a 2-dimensional array of bytes in a new ByteNdArray

Parâmetros
array source array
Devoluções
  • the ByteNdArray copy

public static ByteNdArray ndCopyOf (byte[] array)

Copy an array of bytes in a new ByteNdArray

Parâmetros
array source array
Devoluções
  • the ByteNdArray copy

public static ShortNdArray ndCopyOf (short[][][][][] array)

Copy a 5-dimensional array of shorts in a new ShortNdArray

Parâmetros
array source array
Devoluções
  • the ShortNdArray copy

public static BooleanNdArray ndCopyOf (boolean[][][] array)

Copy a 3-dimensional array of booleans in a new BooleanNdArray

Parâmetros
array source array
Devoluções
  • the BooleanNdArray copy

public static DoubleNdArray ndCopyOf (double[][][][][][] array)

Copy a 6-dimensional array of doubles in a new DoubleNdArray

Parâmetros
array source array
Devoluções
  • the DoubleNdArray copy

public static ByteNdArray ndCopyOf (byte[][][] array)

Copy a 3-dimensional array of bytes in a new ByteNdArray

Parâmetros
array source array
Devoluções
  • the ByteNdArray copy

public static FloatNdArray ndCopyOf (float[][][][][] array)

Copy a 5-dimensional array of floats in a new FloatNdArray

Parâmetros
array source array
Devoluções
  • the FloatNdArray copy

public static LongNdArray ndCopyOf (long[][][] array)

Copy a 3-dimensional array of longs in a new LongNdArray

Parâmetros
array source array
Devoluções
  • the LongNdArray copy

public static ByteNdArray ndCopyOf (byte[][][][] array)

Copy a 4-dimensional array of bytes in a new ByteNdArray

Parâmetros
array source array
Devoluções
  • the ByteNdArray copy

public static ShortNdArray ndCopyOf (short[][][] array)

Copy a 3-dimensional array of shorts in a new ShortNdArray

Parâmetros
array source array
Devoluções
  • the ShortNdArray copy

public static LongNdArray ndCopyOf (long[][][][][] array)

Copy a 5-dimensional array of longs in a new LongNdArray

Parâmetros
array source array
Devoluções
  • the LongNdArray copy

public static IntNdArray ndCopyOf (int[] array)

Copy an array of ints in a new IntNdArray

Parâmetros
array source array
Devoluções
  • the IntNdArray copy

public static ShortNdArray ndCopyOf (short[][][][][][] array)

Copy a 6-dimensional array of shorts in a new ShortNdArray

Parâmetros
array source array
Devoluções
  • the ShortNdArray copy

public static IntNdArray ndCopyOf (int[][] array)

Copy a 2-dimensional array of ints in a new IntNdArray

Parâmetros
array source array
Devoluções
  • the IntNdArray copy

public static ByteNdArray ndCopyOf (byte[][][][][] array)

Copy a 5-dimensional array of bytes in a new ByteNdArray

Parâmetros
array source array
Devoluções
  • the ByteNdArray copy

public static NdArray <T> ndCopyOf (T[][] array)

Copy a 2-dimensional array of objects in a new NdArray

Parâmetros
array source array
Devoluções
  • the NdArray copy

public static DoubleNdArray ndCopyOf (double[][] array)

Copy a 2-dimensional array of doubles in a new DoubleNdArray

Parâmetros
array source array
Devoluções
  • the DoubleNdArray copy

public static NdArray <T> ndCopyOf (T[][][][][][] array)

Copy a 6-dimensional array of objects in a new NdArray

Parâmetros
array source array
Devoluções
  • the NdArray copy

public static FloatNdArray ndCopyOf (float[][][][] array)

Copy a 4-dimensional array of floats in a new FloatNdArray

Parâmetros
array source array
Devoluções
  • the FloatNdArray copy

public static NdArray <T> ndCopyOf (T[][][] array)

Copy a 3-dimensional array of objects in a new NdArray

Parâmetros
array source array
Devoluções
  • the NdArray copy

public static IntNdArray ndCopyOf (int[][][][][][] array)

Copy a 6-dimensional array of ints in a new IntNdArray

Parâmetros
array source array
Devoluções
  • the IntNdArray copy

public static DoubleNdArray ndCopyOf (double[][][] array)

Copy a 3-dimensional array of doubles in a new DoubleNdArray

Parâmetros
array source array
Devoluções
  • the DoubleNdArray copy

public static BooleanNdArray ndCopyOf (boolean[][][][] array)

Copy a 4-dimensional array of booleans in a new BooleanNdArray

Parâmetros
array source array
Devoluções
  • the BooleanNdArray copy

public static LongNdArray ndCopyOf (long[][][][] array)

Copy a 4-dimensional array of longs in a new LongNdArray

Parâmetros
array source array
Devoluções
  • the LongNdArray copy

public static BooleanNdArray ndCopyOf (boolean[][][][][][] array)

Copy a 6-dimensional array of booleans in a new BooleanNdArray

Parâmetros
array source array
Devoluções
  • the BooleanNdArray copy

public static Shape shapeOf (T[][][] array)

Compute the shape of a 3-dimensional object array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (double[][][][] array)

Compute the shape of a 4-dimensional double array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (long[] array)

Compute the shape of a long array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (boolean[] array)

Compute the shape of a boolean array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (double[][] array)

Compute the shape of a 2-dimensional double array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (short[][][][][][] array)

Compute the shape of a 6-dimensional short array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (float[][] array)

Compute the shape of a 2-dimensional float array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (short[][][][] array)

Compute the shape of a 4-dimensional short array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (byte[][][][][][] array)

Compute the shape of a 6-dimensional byte array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (short[][] array)

Compute the shape of a 2-dimensional short array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (float[][][][] array)

Compute the shape of a 4-dimensional float array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (short[][][] array)

Compute the shape of a 3-dimensional short array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (boolean[][][][][][] array)

Compute the shape of a 6-dimensional boolean array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (byte[] array)

Compute the shape of a byte array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (byte[][][] array)

Compute the shape of a 3-dimensional byte array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (int[][] array)

Compute the shape of a 2-dimensional int array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (double[][][][][] array)

Compute the shape of a 5-dimensional double array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (double[][][] array)

Compute the shape of a 3-dimensional double array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (T[] array)

Compute the shape of an object array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (int[][][] array)

Compute the shape of a 3-dimensional int array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (byte[][] array)

Compute the shape of a 2-dimensional byte array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (float[][][][][][] array)

Compute the shape of a 6-dimensional float array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (long[][][][][][] array)

Compute the shape of a 6-dimensional long array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (T[][] array)

Compute the shape of a 2-dimensional object array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (int[][][][][] array)

Compute the shape of a 5-dimensional int array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (int[][][][][][] array)

Compute the shape of a 6-dimensional int array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (double[] array)

Compute the shape of a double array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (boolean[][][][][] array)

Compute the shape of a 5-dimensional boolean array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (float[][][][][] array)

Compute the shape of a 5-dimensional float array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (long[][][][] array)

Compute the shape of a 4-dimensional long array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (byte[][][][] array)

Compute the shape of a 4-dimensional byte array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (boolean[][][][] array)

Compute the shape of a 4-dimensional boolean array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (float[][][] array)

Compute the shape of a 3-dimensional float array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (short[][][][][] array)

Compute the shape of a 5-dimensional short array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (long[][][] array)

Compute the shape of a 3-dimensional long array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (boolean[][] array)

Compute the shape of a 2-dimensional boolean array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (float[] array)

Compute the shape of a float array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (byte[][][][][] array)

Compute the shape of a 5-dimensional byte array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (long[][] array)

Compute the shape of a 2-dimensional long array.

Parâmetros
array 2D array
Devoluções
  • shape of the array

public static Shape shapeOf (T[][][][] array)

Compute the shape of a 4-dimensional object array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (int[][][][] array)

Compute the shape of a 4-dimensional int array.

Parâmetros
array 4D array
Devoluções
  • shape of the array

public static Shape shapeOf (T[][][][][] array)

Compute the shape of a 5-dimensional object array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (double[][][][][][] array)

Compute the shape of a 6-dimensional double array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (long[][][][][] array)

Compute the shape of a 5-dimensional long array.

Parâmetros
array 5D array
Devoluções
  • shape of the array

public static Shape shapeOf (short[] array)

Compute the shape of a short array.

Parâmetros
array 1D array
Devoluções
  • shape of the array

public static Shape shapeOf (boolean[][][] array)

Compute the shape of a 3-dimensional boolean array.

Parâmetros
array 3D array
Devoluções
  • shape of the array

public static Shape shapeOf (T[][][][][][] array)

Compute the shape of a 6-dimensional object array.

Parâmetros
array 6D array
Devoluções
  • shape of the array

public static Shape shapeOf (int[] array)

Compute the shape of an int array.

Parâmetros
array 1D array
Devoluções
  • shape of the array