org.math.plot.utils.Array Class Reference

List of all members.

Detailed Description

BSD License

Author:
Yann RICHET

Definition at line 13 of file Array.java.

Static Public Member Functions

static HashMap< Double, String > reverseStringMap (HashMap< String, Double > map)
static String toString (HashMap hash)
static boolean isDouble (String s)
static HashMap< String, Double > mapStringArray (List< String > array)
static String cat (Object[] array)
static String cat (String separator, Object[] array)
static String cat (String columnsSeparator, String rowsSeparator, Object[][] array)
static String cat (Object[][] array)
static String[] duplicate (int m, String c)
static int[] duplicate (int m, int c)
static double[][] one (int m, int n)
static double[][] one (int m, int n, double c)
static double[] one (int m)
static double[] one (int m, double c)
static double[][] increment (int m, int n, double begin, double pitch)
static double[] increment (int m, double begin, double pitch)
static double[] copy (double[] M)
static double[][] copy (double[][] M)
static double[][] getSubMatrixRangeCopy (double[][] M, int i1, int i2, int j1, int j2)
static double[][] getColumnsRangeCopy (double[][] M, int j1, int j2)
static double[][] getColumnsCopy (double[][] M, int...J)
static double[] getColumnCopy (double[][] M, int j)
static double[] getColumnCopy (double[][][] M, int j, int k)
static double[][] getRowsCopy (double[][] M, int...I)
static double[] getRowCopy (double[][] M, int i)
static double[][] getRowsRangeCopy (double[][] M, int i1, int i2)
static double[] getRangeCopy (double[] M, int j1, int j2)
static double[] getCopy (double[] M, int...I)
static int getColumnDimension (double[][] M, int i)
static double[][] mergeRows (double[]...x)
static double[][] mergeColumns (double[]...x)
static double[] merge (double[]...x)
static double[][] insertColumns (double[][] x, double[][] y, int J)
static double[][] insertColumn (double[][] x, double[] y, int J)
static double[][] insertRows (double[][] x, double[][] y, int I)
static double[][] insertRow (double[][] x, double[] y, int I)
static double[] insert (double[] x, int I, double...y)
static double[][] deleteColumnsRange (double[][] x, int J1, int J2)
static double[][] deleteColumns (double[][] x, int...J)
static double[][] deleteRowsRange (double[][] x, int I1, int I2)
static double[][] deleteRows (double[][] x, int...I)
static double[] deleteRange (double[] x, int J1, int J2)
static double[] delete (double[] x, int...J)
static double[][] buildXY (double Xmin, double Xmax, double[] Y)
static double[][] buildXY (double[] X, double[] Y)
static double[] min (double[][] M)
static int min (int...M)
static int max (int...M)
static double min (double...M)
static double[] max (double[][] M)
static double max (double...M)
static int[] minIndex (double[][] M)
static int minIndex (double...M)
static int[] maxIndex (double[][] M)
static int maxIndex (double...M)
static String toString (double[]...v)
static void throwError (String msg)
static void checkColumnDimension (double[][] M, int n)
static boolean isColumnDimension (double[][] M, int n)
static void checkRowDimension (double[][] M, int m)
static boolean isRowDimension (double[][] M, int m)
static void checkLength (double[] M, int n)
static boolean isLength (double[] M, int n)


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 21:44:02 2007 for jmathplot by  doxygen 1.5.1