public class Array1D
extends java.lang.Object
public static int[] index(double[] a)
a
- The input arraypublic static int[] rank(double[] a)
a
- The input arraypublic static void writeFile(double[] a, java.io.File f) throws java.io.FileNotFoundException
a
- The arrayf
- The filejava.io.FileNotFoundException
- thrown if this error is encountered while
writing the file.