|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.util.TableFormat
public class TableFormat
TableFormat
This class provides methods to format arrays and matrices into Strings in different styles. This could be useful for printing arrays and subarrays, or for putting them in files for further treatment by other softwares such as Mathematica, Matlab, etc.
Field Summary | |
---|---|
static int |
MATHEMATICA
. |
static int |
MATLAB
. |
static int |
PLAIN
. |
Method Summary | |
---|---|
static String |
format(double[][] Mat,
int i1,
int i2,
int j1,
int j2,
int w,
int p,
int style,
String Name)
. |
static String |
format(double[] V,
int n1,
int n2,
int k,
int p1,
int p2,
int p3)
. |
static String |
format(int[][] Mat,
int i1,
int i2,
int j1,
int j2,
int w,
int p,
int style,
String Name)
Deprecated. |
static String |
format(int[][] Mat,
int i1,
int i2,
int j1,
int j2,
int w,
int style,
String Name)
. |
static String |
format(int[] V,
int n1,
int n2,
int k,
int p)
. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PLAIN
public static final int MATHEMATICA
public static final int MATLAB
Method Detail |
---|
public static String format(int[] V, int n1, int n2, int k, int p)
public static String format(double[] V, int n1, int n2, int k, int p1, int p2, int p3)
@Deprecated public static String format(int[][] Mat, int i1, int i2, int j1, int j2, int w, int p, int style, String Name)
public static String format(double[][] Mat, int i1, int i2, int j1, int j2, int w, int p, int style, String Name)
public static String format(int[][] Mat, int i1, int i2, int j1, int j2, int w, int style, String Name)
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |