|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Util.Vect.Array
Class Name : Array
Project ref : SPIS project
File name : Array.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 8 mars 2004
Modification :
Description : Array functionalities (static)
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Constructor Summary | |
Array()
|
Method Summary | |
static float[] |
copy(float[] t)
copies a 1D array |
static float[][] |
copy(float[][] t)
copies a rectangular array |
static int[] |
copy(int[] t)
copies a 1D array |
static int[][] |
copy(int[][] t)
copies a rectangular array |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Array()
Method Detail |
public static float[][] copy(float[][] t)
public static float[] copy(float[] t)
public static int[][] copy(int[][] t)
public static int[] copy(int[] t)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |