| Package | Description |
|---|---|
| cern.colt.matrix.io |
I/O operations with matrices and vectors.
|
| Modifier and Type | Method and Description |
|---|---|
static MatrixInfo.MatrixField |
MatrixInfo.MatrixField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixInfo.MatrixField[] |
MatrixInfo.MatrixField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MatrixInfo(boolean sparse,
MatrixInfo.MatrixField field,
MatrixInfo.MatrixSymmetry symmetry)
Creates a specific type
|
Jump to the Parallel Colt Homepage