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