Clase de utilidad para trabajar con instancias de NdArray
mezcladas con matrices Java estándar.
Constructores públicos
StdArrays () |
Métodos públicos
estática larga [] | array1dCopyOf ( LongNdArray ndArray) Copie un LongNdArray en una nueva matriz estándar de 1 dimensión de longs |
estático <T> T [] | array1dCopyOf ( NdArray <T> ndArray, Class <T> objectType) Copie un NdArray<T> en una nueva matriz de objetos estándar de una dimensión |
byte estático [] | array1dCopyOf ( ByteNdArray ndArray) Copie un ByteNdArray en una nueva matriz estándar de bytes de una dimensión |
flotador estático [] | array1dCopyOf ( FloatNdArray ndArray) Copie un FloatNdArray en una nueva matriz estándar de flotantes de 1 dimensión |
booleano estático [] | array1dCopyOf ( BooleanNdArray ndArray) Copie un BooleanNdArray en una nueva matriz estándar de 1 dimensión de valores booleanos |
estático doble [] | array1dCopyOf ( DoubleNdArray ndArray) Copie un DoubleNdArray en un nuevo arreglo estándar de 1 dimensión de dobles |
estático corto [] | array1dCopyOf ( ShortNdArray ndArray) Copie un ShortNdArray en una nueva matriz estándar de cortos de 1 dimensión |
static int [] | array1dCopyOf ( IntNdArray ndArray) Copie un IntNdArray en una nueva matriz estándar de 1 dimensión de ints |
byte estático [] [] | array2dCopyOf ( ByteNdArray ndArray) Copie un ByteNdArray en una nueva matriz estándar de bytes de 2 dimensiones |
estática <T> T [] [] | array2dCopyOf ( NdArray <T> ndArray, Class <T> objectType) Copie un NdArray<T> en una nueva matriz de objetos estándar de 2 dimensiones |
estático corto [] [] | array2dCopyOf ( ShortNdArray ndArray) Copie un ShortNdArray en una nueva matriz estándar de 2 dimensiones de cortos |
flotador estático [] [] | array2dCopyOf ( FloatNdArray ndArray) Copie un FloatNdArray en una nueva matriz estándar de 2 dimensiones de flotadores |
estática larga [] [] | array2dCopyOf ( LongNdArray ndArray) Copie un LongNdArray en una nueva matriz estándar de 2 dimensiones de longs |
estático doble [] [] | array2dCopyOf ( DoubleNdArray ndArray) Copie un DoubleNdArray en una nueva matriz estándar de 2 dimensiones de dobles |
booleano estático [] [] | array2dCopyOf ( BooleanNdArray ndArray) Copie un BooleanNdArray en una nueva matriz estándar de 2 dimensiones de valores booleanos |
static int [] [] | array2dCopyOf ( IntNdArray ndArray) Copie un IntNdArray en una nueva matriz estándar de 2 dimensiones de ints |
flotador estático [] [] [] | array3dCopyOf ( FloatNdArray ndArray) Copie un FloatNdArray en una nueva matriz estándar de 3 dimensiones de flotadores |
estático doble [] [] [] | array3dCopyOf ( DoubleNdArray ndArray) Copie un DoubleNdArray en una nueva matriz estándar de 3 dimensiones de dobles |
estática <T> T [] [] [] | array3dCopyOf ( NdArray <T> ndArray, Class <T> objectType) Copie un NdArray<T> en una nueva matriz de objetos estándar de 3 dimensiones |
estática larga [] [] [] | array3dCopyOf ( LongNdArray ndArray) Copie un LongNdArray en una nueva matriz estándar de 3 dimensiones de longs |
byte estático [] [] [] | array3dCopyOf ( ByteNdArray ndArray) Copie un ByteNdArray en una nueva matriz de bytes estándar de 3 dimensiones |
static int [] [] [] | array3dCopyOf ( IntNdArray ndArray) Copie un IntNdArray en una nueva matriz estándar de 3 dimensiones de ints |
estático corto [] [] [] | array3dCopyOf ( ShortNdArray ndArray) Copie un ShortNdArray en una nueva matriz estándar de 3 dimensiones de cortos |
booleano estático [] [] [] | array3dCopyOf ( BooleanNdArray ndArray) Copie un BooleanNdArray en una nueva matriz estándar de 3 dimensiones de booleanos |
estática <T> T [] [] [] [] | array4dCopyOf ( NdArray <T> ndArray, Class <T> objectType) Copie un NdArray<T> en una nueva matriz de objetos estándar de 4 dimensiones |
estático corto [] [] [] [] | array4dCopyOf ( ShortNdArray ndArray) Copie un ShortNdArray en una nueva matriz estándar de 4 dimensiones de cortos |
estático doble [] [] [] [] | array4dCopyOf ( DoubleNdArray ndArray) Copie un DoubleNdArray en un nuevo arreglo estándar de 4 dimensiones de dobles |
booleano estático [] [] [] [] | array4dCopyOf ( BooleanNdArray ndArray) Copie un BooleanNdArray en una nueva matriz estándar de 4 dimensiones de booleanos |
byte estático [] [] [] [] | array4dCopyOf ( ByteNdArray ndArray) Copie un ByteNdArray en una nueva matriz estándar de bytes de 4 dimensiones |
static int [] [] [] [] | array4dCopyOf ( IntNdArray ndArray) Copie un IntNdArray en una nueva matriz estándar de 4 dimensiones de ints |
flotador estático [] [] [] [] | array4dCopyOf ( FloatNdArray ndArray) Copie un FloatNdArray en una nueva matriz estándar de 4 dimensiones de flotadores |
estática larga [] [] [] [] | array4dCopyOf ( LongNdArray ndArray) Copie un LongNdArray en una nueva matriz estándar de 4 dimensiones de longs |
estático corto [] [] [] [] [] | array5dCopyOf ( ShortNdArray ndArray) Copie un ShortNdArray en una nueva matriz estándar de cortos de 5 dimensiones |
estática larga [] [] [] [] [] | array5dCopyOf ( LongNdArray ndArray) Copie un LongNdArray en una nueva matriz estándar de 5 dimensiones de longs |
booleano estático [] [] [] [] [] | array5dCopyOf ( BooleanNdArray ndArray) Copie un BooleanNdArray en una nueva matriz estándar de 5 dimensiones de booleanos |
flotador estático [] [] [] [] [] | array5dCopyOf ( FloatNdArray ndArray) Copie un FloatNdArray en una nueva matriz estándar de 5 dimensiones de flotadores |
static int [] [] [] [] [] | array5dCopyOf ( IntNdArray ndArray) Copie un IntNdArray en una nueva matriz estándar de 5 dimensiones de ints |
byte estático [] [] [] [] [] | array5dCopyOf ( ByteNdArray ndArray) Copie un ByteNdArray en una nueva matriz estándar de bytes de 5 dimensiones |
estática <T> T [] [] [] [] [] | array5dCopyOf ( NdArray <T> ndArray, Class <T> objectType) Copie un NdArray<T> en una nueva matriz de objetos estándar de 5 dimensiones |
estático doble [] [] [] [] [] | array5dCopyOf ( DoubleNdArray ndArray) Copie un DoubleNdArray en un nuevo arreglo estándar de 5 dimensiones de dobles |
byte estático [] [] [] [] [] [] | array6dCopyOf ( ByteNdArray ndArray) Copie un ByteNdArray en una nueva matriz estándar de bytes de 6 dimensiones |
estático corto [] [] [] [] [] [] | array6dCopyOf ( ShortNdArray ndArray) Copie un ShortNdArray en una nueva matriz estándar de cortos de 6 dimensiones |
estática larga [] [] [] [] [] [] | array6dCopyOf ( LongNdArray ndArray) Copie un LongNdArray en una nueva matriz estándar de 6 dimensiones de longs |
booleano estático [] [] [] [] [] [] | array6dCopyOf ( BooleanNdArray ndArray) Copie un BooleanNdArray en una nueva matriz estándar de 6 dimensiones de booleanos |
estático doble [] [] [] [] [] [] | array6dCopyOf ( DoubleNdArray ndArray) Copie un DoubleNdArray en un nuevo arreglo estándar de 6 dimensiones de dobles |
flotador estático [] [] [] [] [] [] | array6dCopyOf ( FloatNdArray ndArray) Copie un FloatNdArray en una nueva matriz estándar de 6 dimensiones de flotadores |
static int [] [] [] [] [] [] | array6dCopyOf ( IntNdArray ndArray) Copie un IntNdArray en una nueva matriz estándar de 6 dimensiones de ints |
estática <T> T [] [] [] [] [] [] | array6dCopyOf ( NdArray <T> ndArray, Class <T> objectType) Copie un NdArray<T> en una nueva matriz de objetos estándar de 6 dimensiones |
hoyo estatico | copyFrom ( LongNdArray src, long [] [] [] [] dst) Copie un NdArray en un arreglo de 4 dimensiones de longs |
hoyo estatico | copyFrom ( ShortNdArray src, short [] [] [] [] [] [] dst Copie un NdArray en una matriz de cortos de 6 dimensiones |
hoyo estatico | copyFrom ( LongNdArray src, long [] [] [] [] [] [] dst Copie un NdArray en una matriz de 6 dimensiones de longs |
hoyo estatico | copyFrom ( BooleanNdArray src, boolean [] [] [] [] [] dst) Copie un NdArray en una matriz de 5 dimensiones de valores booleanos |
hoyo estatico | copyFrom ( IntNdArray src, int [] [] [] [] dst) Copie un NdArray en un arreglo de 4 dimensiones de enteros |
hoyo estatico | |
estático <T> vacío | |
hoyo estatico | |
estático <T> vacío | |
hoyo estatico | copyFrom ( DoubleNdArray src, double [] [] dst) Copie un NdArray en un arreglo bidimensional de dobles |
hoyo estatico | copyFrom ( DoubleNdArray src, double [] [] [] dst) Copie un NdArray en un arreglo tridimensional de dobles |
hoyo estatico | copyFrom ( FloatNdArray src, float [] [] [] [] [] dst) Copie un NdArray en un arreglo de 5 dimensiones de flotadores |
hoyo estatico | |
hoyo estatico | copyFrom ( FloatNdArray src, float [] [] dst) Copie un NdArray en una matriz bidimensional de flotadores |
hoyo estatico | copyFrom ( FloatNdArray src, float [] [] [] [] [] [] dst) Copie un NdArray en una matriz de flotadores de 6 dimensiones |
hoyo estatico | copyFrom ( IntNdArray src, int [] [] [] [] [] dst) Copie un NdArray en un arreglo de 5 dimensiones de ints |
estático <T> vacío | |
hoyo estatico | |
estático <T> vacío | |
hoyo estatico | copyFrom ( BooleanNdArray src, boolean [] [] [] [] [] [] dst) Copie un NdArray en una matriz de 6 dimensiones de valores booleanos |
hoyo estatico | copyFrom ( DoubleNdArray src, doble [] [] [] [] [] dst) Copie un NdArray en un arreglo de dobles de 5 dimensiones |
hoyo estatico | |
hoyo estatico | |
hoyo estatico | |
hoyo estatico | copyFrom ( DoubleNdArray src, doble [] [] [] [] [] [] dst) Copie un NdArray en un arreglo de 6 dimensiones de dobles |
hoyo estatico | copyFrom ( ByteNdArray src, byte [] [] [] [] dst) Copie un NdArray en una matriz de bytes de 4 dimensiones |
hoyo estatico | copyFrom ( ShortNdArray src, short [] [] [] dst) Copie un NdArray en una matriz tridimensional de cortos |
estático <T> vacío | |
estático <T> vacío | |
hoyo estatico | copyFrom ( IntNdArray src, int [] [] [] [] [] [] dst |
hoyo estatico | copyFrom ( FloatNdArray src, float [] [] [] dst) Copie un NdArray en una matriz tridimensional de flotadores |
hoyo estatico | copyFrom ( BooleanNdArray src, boolean [] [] dst) Copie un NdArray en una matriz bidimensional de valores booleanos |
hoyo estatico | |
hoyo estatico | copyFrom ( LongNdArray src, long [] [] [] dst) Copie un NdArray en una matriz tridimensional de longs |
hoyo estatico | copyFrom ( ByteNdArray src, byte [] [] [] dst) Copie un NdArray en una matriz tridimensional de bytes |
hoyo estatico | copyFrom ( DoubleNdArray src, double [] [] [] [] dst) Copie un NdArray en un arreglo de dobles de 4 dimensiones |
hoyo estatico | copyFrom ( FloatNdArray src, float [] [] [] [] dst) Copie un NdArray en un arreglo de 4 dimensiones de flotadores |
hoyo estatico | copyFrom ( ShortNdArray src, short [] [] [] [] dst) Copie un NdArray en una matriz de cortos de 4 dimensiones |
hoyo estatico | copyFrom ( ShortNdArray src, short [] [] [] [] [] dst) Copie un NdArray en una matriz de cortos de 5 dimensiones |
hoyo estatico | |
hoyo estatico | copyFrom ( IntNdArray src, int [] [] [] dst) Copie un NdArray en un arreglo tridimensional de enteros |
hoyo estatico | |
hoyo estatico | copyFrom ( BooleanNdArray src, boolean [] [] [] dst) Copie un NdArray en una matriz tridimensional de valores booleanos |
hoyo estatico | copyFrom ( BooleanNdArray src, boolean [] [] [] [] dst) Copie un NdArray en un arreglo de 4 dimensiones de valores booleanos |
hoyo estatico | copyFrom ( ByteNdArray src, byte [] [] [] [] [] [] dst) Copie un NdArray en una matriz de bytes de 6 dimensiones |
hoyo estatico | copyFrom ( LongNdArray src, long [] [] [] [] [] dst) Copie un NdArray en una matriz de 5 dimensiones de longs |
hoyo estatico | copyFrom ( ByteNdArray src, byte [] [] [] [] [] dst) Copie un NdArray en una matriz de bytes de 5 dimensiones |
hoyo estatico | copyFrom ( ShortNdArray src, short [] [] dst) Copie un NdArray en una matriz bidimensional de cortos |
hoyo estatico | |
hoyo estatico | copyTo (boolean [] [] [] [] [] [] src, BooleanNdArray dst) |
hoyo estatico | copyTo (short [] [] [] [] src, ShortNdArray dst) Copie una matriz de 4 dimensiones de cortos en el dst NdArray |
estático <T> vacío | |
hoyo estatico | copyTo (doble [] [] [] [] [] [] src, DoubleNdArray dst) Copie una matriz de 6 dimensiones de dobles en el dst NdArray |
hoyo estatico | copyTo (float [] [] [] src, FloatNdArray dst) Copie una matriz tridimensional de flotadores en el dst NdArray |
hoyo estatico | |
estático <T> vacío | |
hoyo estatico | |
hoyo estatico | copyTo (boolean [] [] [] src, BooleanNdArray dst) |
hoyo estatico | copyTo (long [] [] [] [] [] src, LongNdArray dst) Copie una matriz de 5 dimensiones de longs en dst NdArray |
hoyo estatico | copyTo (float [] [] [] [] [] src, FloatNdArray dst) Copie una matriz de 5 dimensiones de flotantes en el dst NdArray |
hoyo estatico | copyTo (doble [] [] [] [] [] src, DoubleNdArray dst) Copie una matriz de 5 dimensiones de dobles en la dst NdArray |
hoyo estatico | copyTo (float [] [] [] [] src, FloatNdArray dst) Copie una matriz de 4 dimensiones de flotadores en el dst NdArray |
hoyo estatico | copyTo (int [] [] [] src, IntNdArray dst) Copie una matriz tridimensional de entradas en el dst NdArray |
hoyo estatico | copyTo (boolean [] [] src, BooleanNdArray dst) |
hoyo estatico | copyTo (int [] [] [] [] src, IntNdArray dst) Copie una matriz de 4 dimensiones de entradas en el dst NdArray |
hoyo estatico | copyTo (doble [] [] [] src, DoubleNdArray dst) Copie una matriz tridimensional de dobles en el dst NdArray |
hoyo estatico | |
hoyo estatico | copyTo (float [] [] [] [] [] [] src, FloatNdArray dst) Copie una matriz de flotadores de 6 dimensiones en el dst NdArray |
hoyo estatico | copyTo (boolean [] [] [] [] src, BooleanNdArray dst) |
hoyo estatico | copyTo (byte [] [] [] [] [] [] src, ByteNdArray dst) Copie una matriz de bytes de 6 dimensiones en el dst NdArray |
hoyo estatico | copyTo (long [] [] [] [] src, LongNdArray dst) Copie una matriz de 4 dimensiones de longs en dst NdArray |
hoyo estatico | copyTo (byte [] [] [] [] [] src, ByteNdArray dst) Copie una matriz de bytes de 5 dimensiones en el dst NdArray |
hoyo estatico | copyTo (short [] [] [] src, ShortNdArray dst) Copie una matriz tridimensional de cortos en el dst NdArray |
hoyo estatico | copyTo (long [] [] [] [] [] [] src, LongNdArray dst) Copie una matriz de 6 dimensiones de longs en el dst NdArray |
hoyo estatico | |
hoyo estatico | |
hoyo estatico | |
hoyo estatico | |
estático <T> vacío | |
hoyo estatico | copyTo (short [] [] [] [] [] src, ShortNdArray dst) Copie una matriz de cortos de 5 dimensiones en el dst NdArray |
hoyo estatico | copyTo (short [] [] src, ShortNdArray dst) Copie una matriz bidimensional de cortos en el dst NdArray |
estático <T> vacío | |
hoyo estatico | copyTo (int [] [] [] [] [] src, IntNdArray dst) Copie una matriz de 5 dimensiones de entradas en el dst NdArray |
hoyo estatico | copyTo (float [] [] src, FloatNdArray dst) Copie una matriz bidimensional de flotadores en el dst NdArray |
hoyo estatico | |
hoyo estatico | copyTo (byte [] [] [] src, ByteNdArray dst) Copie una matriz tridimensional de bytes en el dst NdArray |
hoyo estatico | |
estático <T> vacío | |
hoyo estatico | copyTo (boolean [] [] [] [] [] src, BooleanNdArray dst) |
estático <T> vacío | |
hoyo estatico | |
hoyo estatico | |
hoyo estatico | copyTo (int [] [] [] [] [] [] src, IntNdArray dst) Copie una matriz de 6 dimensiones de entradas en el dst NdArray |
hoyo estatico | copyTo (byte [] [] [] [] src, ByteNdArray dst) Copie una matriz de bytes de 4 dimensiones en el dst NdArray |
hoyo estatico | copyTo (short [] [] [] [] [] [] src, ShortNdArray dst) Copie una matriz de cortos de 6 dimensiones en el dst NdArray |
hoyo estatico | copyTo (doble [] [] [] [] src, DoubleNdArray dst) Copie una matriz de 4 dimensiones de dobles en el dst NdArray |
ShortNdArray estático | ndCopyOf (matriz corta []) Copie una matriz de cortos en un nuevo ShortNdArray |
estático DoubleNdArray | ndCopyOf ( matriz doble [] [] [] []) Copie una matriz de 4 dimensiones de dobles en una nueva DoubleNdArray |
ShortNdArray estático | |
FloatNdArray estático | ndCopyOf (matriz flotante []) Copie una matriz de flotantes en una nueva FloatNdArray |
estático <T> NdArray <T> | |
FloatNdArray estático | ndCopyOf (flotante [] [] matriz) Copie una matriz bidimensional de flotantes en una nueva FloatNdArray |
estático <T> NdArray <T> | |
IntNdArray estático | ndCopyOf (int [] [] [] matriz) Copie una matriz tridimensional de entradas en una nueva IntNdArray |
FloatNdArray estático | ndCopyOf (flotante [] [] [] matriz) Copie una matriz tridimensional de flotantes en una nueva FloatNdArray |
IntNdArray estático | ndCopyOf (int [] [] [] [] [] matriz) Copie una matriz de 5 dimensiones de entradas en una nueva IntNdArray |
estático LongNdArray | ndCopyOf ( matriz larga [] [] [] [] [] [] Copie una matriz de 6 dimensiones de longs en una nueva LongNdArray |
static BooleanNdArray | ndCopyOf ( matriz booleana [] []) Copie una matriz bidimensional de BooleanNdArray booleanos en un nuevo BooleanNdArray |
estático LongNdArray | |
static BooleanNdArray | ndCopyOf (matriz booleana []) Copie una matriz de BooleanNdArray booleanos en un nuevo BooleanNdArray |
static BooleanNdArray | ndCopyOf ( matriz booleana [] [] [] [] []) Copie una matriz de 5 dimensiones de BooleanNdArray booleanos en un nuevo BooleanNdArray |
estático DoubleNdArray | ndCopyOf ( matriz doble [] [] [] [] [] Copie una matriz de 5 dimensiones de dobles en una nueva DoubleNdArray |
estático LongNdArray | ndCopyOf (matriz larga []) Copie una matriz de longs en una nueva LongNdArray |
IntNdArray estático | ndCopyOf (int [] [] [] [] matriz) Copie una matriz de 4 dimensiones de entradas en una nueva IntNdArray |
estático <T> NdArray <T> | |
FloatNdArray estático | ndCopyOf (flotante [] [] [] [] [] [] matriz) Copie una matriz de flotantes de 6 dimensiones en una nueva FloatNdArray |
ByteNdArray estático | ndCopyOf ( matriz de bytes [] [] [] [] [] []) Copie una matriz de bytes de 6 dimensiones en una nueva ByteNdArray |
estático DoubleNdArray | ndCopyOf (matriz doble []) Copie una matriz de dobles en una nueva DoubleNdArray |
ShortNdArray estático | ndCopyOf ( matriz corta [] [] [] []) Copie una matriz de cortos en 4 dimensiones en un nuevo ShortNdArray |
ByteNdArray estático | |
ByteNdArray estático | ndCopyOf (matriz de bytes []) Copie una matriz de bytes en una nueva ByteNdArray |
ShortNdArray estático | ndCopyOf ( matriz corta [] [] [] [] []) Copie una matriz de cortos de 5 dimensiones en un nuevo ShortNdArray |
static BooleanNdArray | ndCopyOf ( matriz booleana [] [] []) Copie una matriz tridimensional de BooleanNdArray booleanos en un nuevo BooleanNdArray |
estático DoubleNdArray | ndCopyOf ( matriz doble [] [] [] [] [] [] Copie una matriz de 6 dimensiones de dobles en una nueva DoubleNdArray |
ByteNdArray estático | ndCopyOf ( matriz de bytes [] [] []) Copie una matriz tridimensional de bytes en una nueva ByteNdArray |
FloatNdArray estático | ndCopyOf (flotante [] [] [] [] [] matriz) Copie una matriz de 5 dimensiones de flotantes en una nueva FloatNdArray |
estático LongNdArray | |
ByteNdArray estático | ndCopyOf ( matriz de bytes [] [] [] []) Copie una matriz de bytes de 4 dimensiones en una nueva ByteNdArray |
estático ShortNdArray | ndCopyOf ( matriz corta [] [] []) Copie una matriz tridimensional de cortos en un nuevo ShortNdArray |
estático LongNdArray | ndCopyOf ( matriz larga [] [] [] [] []) Copie una matriz de 5 dimensiones de longs en una nueva LongNdArray |
IntNdArray estático | ndCopyOf (int [] matriz) Copie una matriz de entradas en una nueva IntNdArray |
ShortNdArray estático | ndCopyOf ( matriz corta [] [] [] [] [] [] Copie una matriz de cortos de 6 dimensiones en un nuevo ShortNdArray |
IntNdArray estático | ndCopyOf (int [] [] matriz) Copie una matriz bidimensional de entradas en una nueva IntNdArray |
ByteNdArray estático | ndCopyOf ( matriz de bytes [] [] [] [] []) Copie una matriz de bytes de 5 dimensiones en una nueva ByteNdArray |
estático <T> NdArray <T> | |
estático DoubleNdArray | |
estático <T> NdArray <T> | |
FloatNdArray estático | ndCopyOf (flotante [] [] [] [] matriz) Copie una matriz de 4 dimensiones de flotantes en una nueva FloatNdArray |
estático <T> NdArray <T> | |
IntNdArray estático | ndCopyOf (int [] [] [] [] [] [] matriz) Copie una matriz de IntNdArray 6 dimensiones en una nueva IntNdArray |
estático DoubleNdArray | ndCopyOf ( matriz doble [] [] []) Copie una matriz tridimensional de dobles en una nueva DoubleNdArray |
static BooleanNdArray | ndCopyOf ( matriz booleana [] [] [] []) Copie una matriz de 4 dimensiones de BooleanNdArray booleanos en un nuevo BooleanNdArray |
estático LongNdArray | ndCopyOf ( matriz larga [] [] [] []) Copie una matriz de 4 dimensiones de longs en una nueva LongNdArray |
static BooleanNdArray | ndCopyOf ( matriz booleana [] [] [] [] [] [] Copie una matriz de 6 dimensiones de BooleanNdArray booleanos en un nuevo BooleanNdArray |
Forma <T> estática | |
forma estática | |
forma estática | shapeOf (matriz larga []) Calcule la forma de una matriz larga. |
forma estática | shapeOf (matriz booleana []) Calcule la forma de una matriz booleana. |
forma estática | |
forma estática | |
forma estática | shapeOf (flotante [] [] matriz) Calcule la forma de una matriz flotante bidimensional. |
forma estática | |
forma estática | |
forma estática | |
forma estática | shapeOf (float [] [] [] [] matriz) Calcule la forma de una matriz flotante de 4 dimensiones. |
forma estática | |
forma estática | |
forma estática | shapeOf (matriz de bytes []) Calcule la forma de una matriz de bytes. |
forma estática | shapeOf (byte [] [] [] matriz) Calcule la forma de una matriz de bytes tridimensional. |
forma estática | shapeOf (int [] [] matriz) Calcule la forma de una matriz int bidimensional. |
forma estática | |
forma estática | |
Forma <T> estática | shapeOf (matriz T []) Calcule la forma de una matriz de objetos. |
forma estática | shapeOf (int [] [] [] matriz) Calcule la forma de una matriz int tridimensional. |
forma estática | |
forma estática | shapeOf (flotante [] [] [] [] [] [] matriz) Calcule la forma de una matriz flotante de 6 dimensiones. |
forma estática | |
Forma <T> estática | |
forma estática | shapeOf (int [] [] [] [] [] matriz) Calcule la forma de una matriz int de 5 dimensiones. |
forma estática | shapeOf (int [] [] [] [] [] [] matriz) Calcule la forma de una matriz int de 6 dimensiones. |
forma estática | shapeOf (matriz doble []) Calcule la forma de una matriz doble. |
forma estática | |
forma estática | shapeOf (flotante [] [] [] [] [] matriz) Calcule la forma de una matriz flotante de 5 dimensiones. |
forma estática | |
forma estática | shapeOf (byte [] [] [] [] matriz) Calcule la forma de una matriz de bytes de 4 dimensiones. |
forma estática | |
forma estática | shapeOf (flotante [] [] [] matriz) Calcule la forma de una matriz flotante tridimensional. |
forma estática | |
forma estática | |
forma estática | |
forma estática | shapeOf (flotante [] matriz) Calcule la forma de una matriz flotante. |
forma estática | shapeOf (byte [] [] [] [] [] matriz) Calcule la forma de una matriz de bytes de 5 dimensiones. |
forma estática | |
Forma <T> estática | |
forma estática | shapeOf (int [] [] [] [] matriz) Calcule la forma de una matriz int de 4 dimensiones. |
Forma <T> estática | shapeOf (T [] [] [] [] [] matriz) Calcule la forma de una matriz de objetos de 5 dimensiones. |
forma estática | |
forma estática | |
forma estática | shapeOf (matriz corta []) Calcule la forma de una matriz corta. |
forma estática | |
Forma <T> estática | |
forma estática | shapeOf (int [] matriz) Calcule la forma de una matriz int. |
Métodos heredados
Constructores públicos
StdArrays públicos ()
Métodos públicos
public static long [] array1dCopyOf ( LongNdArray ndArray)
Copie un LongNdArray
en una nueva matriz estándar de 1 dimensión de longs
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
public static T [] array1dCopyOf ( NdArray <T> ndArray, Class <T> objectType)
Copie un NdArray<T>
en una nueva matriz de objetos estándar de una dimensión
Parámetros
ndArray | matriz de origen |
---|---|
tipo de objeto | tipo de objeto |
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
byte estático público [] array1dCopyOf ( ByteNdArray ndArray)
Copie un ByteNdArray
en una nueva matriz estándar de bytes de una dimensión
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
public static float [] array1dCopyOf ( FloatNdArray ndArray)
Copie un FloatNdArray
en un nuevo arreglo estándar de flotantes de 1 dimensión
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
public static boolean [] array1dCopyOf ( BooleanNdArray ndArray)
Copie un BooleanNdArray
en una nueva matriz estándar de 1 dimensión de valores booleanos
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
public static double [] array1dCopyOf ( DoubleNdArray ndArray)
Copie un DoubleNdArray
en un nuevo arreglo estándar de 1 dimensión de dobles
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
public static short [] array1dCopyOf ( ShortNdArray ndArray)
Copie un ShortNdArray
en una nueva matriz estándar de cortos de 1 dimensión
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
public static int [] array1dCopyOf ( IntNdArray ndArray)
Copie un IntNdArray
en una nueva matriz estándar de 1 dimensión de ints
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 1 o tiene una forma que excede los límites de matrices estándar |
---|
byte estático público [] [] array2dCopyOf ( ByteNdArray ndArray)
Copie un ByteNdArray
en una nueva matriz estándar de bytes de 2 dimensiones
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static T [] [] array2dCopyOf ( NdArray <T> ndArray, Class <T> objectType)
Copie un NdArray<T>
en una nueva matriz de objetos estándar de 2 dimensiones
Parámetros
ndArray | matriz de origen |
---|---|
tipo de objeto | tipo de objeto |
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static short [] [] array2dCopyOf ( ShortNdArray ndArray)
Copie un ShortNdArray
en una nueva matriz estándar de 2 dimensiones de cortos
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static float [] [] array2dCopyOf ( FloatNdArray ndArray)
Copie un FloatNdArray
en una nueva matriz estándar de 2 dimensiones de flotadores
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static long [] [] array2dCopyOf ( LongNdArray ndArray)
Copie un LongNdArray
en una nueva matriz estándar de 2 dimensiones de longs
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static double [] [] array2dCopyOf ( DoubleNdArray ndArray)
Copie un DoubleNdArray
en una nueva matriz estándar de 2 dimensiones de dobles
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static boolean [] [] array2dCopyOf ( BooleanNdArray ndArray)
Copie un BooleanNdArray
en una nueva matriz estándar de 2 dimensiones de valores booleanos
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static int [] [] array2dCopyOf ( IntNdArray ndArray)
Copie un IntNdArray
en una nueva matriz estándar de 2 dimensiones de ints
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 2 o tiene una forma que excede los límites de matrices estándar |
---|
public static float [] [] [] array3dCopyOf ( FloatNdArray ndArray)
Copie un FloatNdArray
en una nueva matriz estándar de 3 dimensiones de flotadores
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static double [] [] [] array3dCopyOf ( DoubleNdArray ndArray)
Copie un DoubleNdArray
en una nueva matriz estándar de 3 dimensiones de dobles
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static T [] [] [] array3dCopyOf ( NdArray <T> ndArray, Class <T> objectType)
Copie un NdArray<T>
en una nueva matriz de objetos estándar de 3 dimensiones
Parámetros
ndArray | matriz de origen |
---|---|
tipo de objeto | tipo de objeto |
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static long [] [] [] array3dCopyOf ( LongNdArray ndArray)
Copie un LongNdArray
en una nueva matriz estándar de 3 dimensiones de longs
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
byte estático público [] [] [] array3dCopyOf ( ByteNdArray ndArray)
Copie un ByteNdArray
en una nueva matriz de bytes estándar de 3 dimensiones
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static int [] [] [] array3dCopyOf ( IntNdArray ndArray)
Copie un IntNdArray
en una nueva matriz estándar de 3 dimensiones de ints
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static short [] [] [] array3dCopyOf ( ShortNdArray ndArray)
Copie un ShortNdArray
en una nueva matriz estándar de 3 dimensiones de cortos
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static boolean [] [] [] array3dCopyOf ( BooleanNdArray ndArray)
Copie un BooleanNdArray
en una nueva matriz estándar de 3 dimensiones de booleanos
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 3 o tiene una forma que excede los límites de matrices estándar |
---|
public static T [] [] [] [] array4dCopyOf ( NdArray <T> ndArray, Class <T> objectType)
Copie un NdArray<T>
en una nueva matriz de objetos estándar de 4 dimensiones
Parámetros
ndArray | matriz de origen |
---|---|
tipo de objeto | tipo de objeto |
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción ilegal | si ndArray no es de rango 4 o tiene una forma que excede los límites de matrices estándar |
---|
public static short [] [] [] [] array4dCopyOf ( ShortNdArray ndArray)
Copie un ShortNdArray
en una nueva matriz estándar de 4 dimensiones de cortos
Parámetros
ndArray | matriz de origen |
---|
Devoluciones
- la copia de la matriz
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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<T>
in a new 5-dimension standard array of objects
Parámetros
ndArray | source array |
---|---|
objectType | type of object |
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- the array copy
Lanza
Argumento de excepción 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<T>
in a new 6-dimension standard array of objects
Parámetros
ndArray | source array |
---|---|
objectType | type of object |
Devoluciones
- the array copy
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
Lanza
Argumento de excepción 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
ShortNdArray
copy
public static FloatNdArray ndCopyOf (float[] array)
Copy an array of floats in a new FloatNdArray
Parámetros
array | source array |
---|
Devoluciones
- the
FloatNdArray
copy
public static NdArray <T> ndCopyOf (T[] array)
Copy an array of objects in a new NdArray
Parámetros
array | source array |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
LongNdArray
copy
public static BooleanNdArray ndCopyOf (boolean[] array)
Copy an array of booleans in a new BooleanNdArray
Parámetros
array | source array |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
DoubleNdArray
copy
public static LongNdArray ndCopyOf (long[] array)
Copy an array of longs in a new LongNdArray
Parámetros
array | source array |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
ByteNdArray
copy
public static DoubleNdArray ndCopyOf (double[] array)
Copy an array of doubles in a new DoubleNdArray
Parámetros
array | source array |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
ByteNdArray
copy
public static ByteNdArray ndCopyOf (byte[] array)
Copy an array of bytes in a new ByteNdArray
Parámetros
array | source array |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
LongNdArray
copy
public static IntNdArray ndCopyOf (int[] array)
Copy an array of ints in a new IntNdArray
Parámetros
array | source array |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- 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 |
---|
Devoluciones
- the
BooleanNdArray
copy
public static Shape shapeOf (T[][][] array)
Compute the shape of a 3-dimensional object array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (double[][][][] array)
Compute the shape of a 4-dimensional double array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (long[] array)
Compute the shape of a long array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (boolean[] array)
Compute the shape of a boolean array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (double[][] array)
Compute the shape of a 2-dimensional double array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (short[][][][][][] array)
Compute the shape of a 6-dimensional short array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (float[][] array)
Compute the shape of a 2-dimensional float array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (short[][][][] array)
Compute the shape of a 4-dimensional short array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (byte[][][][][][] array)
Compute the shape of a 6-dimensional byte array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (short[][] array)
Compute the shape of a 2-dimensional short array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (float[][][][] array)
Compute the shape of a 4-dimensional float array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (short[][][] array)
Compute the shape of a 3-dimensional short array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (boolean[][][][][][] array)
Compute the shape of a 6-dimensional boolean array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (byte[] array)
Compute the shape of a byte array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (byte[][][] array)
Compute the shape of a 3-dimensional byte array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (int[][] array)
Compute the shape of a 2-dimensional int array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (double[][][][][] array)
Compute the shape of a 5-dimensional double array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (double[][][] array)
Compute the shape of a 3-dimensional double array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (T[] array)
Compute the shape of an object array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (int[][][] array)
Compute the shape of a 3-dimensional int array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (byte[][] array)
Compute the shape of a 2-dimensional byte array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (float[][][][][][] array)
Compute the shape of a 6-dimensional float array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (long[][][][][][] array)
Compute the shape of a 6-dimensional long array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (T[][] array)
Compute the shape of a 2-dimensional object array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (int[][][][][] array)
Compute the shape of a 5-dimensional int array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (int[][][][][][] array)
Compute the shape of a 6-dimensional int array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (double[] array)
Compute the shape of a double array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (boolean[][][][][] array)
Compute the shape of a 5-dimensional boolean array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (float[][][][][] array)
Compute the shape of a 5-dimensional float array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (long[][][][] array)
Compute the shape of a 4-dimensional long array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (byte[][][][] array)
Compute the shape of a 4-dimensional byte array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (boolean[][][][] array)
Compute the shape of a 4-dimensional boolean array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (float[][][] array)
Compute the shape of a 3-dimensional float array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (short[][][][][] array)
Compute the shape of a 5-dimensional short array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (long[][][] array)
Compute the shape of a 3-dimensional long array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (boolean[][] array)
Compute the shape of a 2-dimensional boolean array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (float[] array)
Compute the shape of a float array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (byte[][][][][] array)
Compute the shape of a 5-dimensional byte array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (long[][] array)
Compute the shape of a 2-dimensional long array.
Parámetros
array | 2D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (T[][][][] array)
Compute the shape of a 4-dimensional object array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (int[][][][] array)
Compute the shape of a 4-dimensional int array.
Parámetros
array | 4D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (T[][][][][] array)
Compute the shape of a 5-dimensional object array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (double[][][][][][] array)
Compute the shape of a 6-dimensional double array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (long[][][][][] array)
Compute the shape of a 5-dimensional long array.
Parámetros
array | 5D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (short[] array)
Compute the shape of a short array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (boolean[][][] array)
Compute the shape of a 3-dimensional boolean array.
Parámetros
array | 3D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (T[][][][][][] array)
Compute the shape of a 6-dimensional object array.
Parámetros
array | 6D array |
---|
Devoluciones
- shape of the array
public static Shape shapeOf (int[] array)
Compute the shape of an int array.
Parámetros
array | 1D array |
---|
Devoluciones
- shape of the array