public final class DumpMatrix
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PRECIS
Maximum precision.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
dumpArray(double[] d)
Dump an array of numbers to a string.
|
static java.lang.String |
dumpMatrix(Matrix matrix)
Dump a matrix to a string.
|
public static final int MAX_PRECIS
public static java.lang.String dumpArray(double[] d)
d - The array to dump.public static java.lang.String dumpMatrix(Matrix matrix)
matrix - The matrix.