Package | Description |
---|---|
cern.colt.matrix |
Matrix interfaces and factories; efficient and flexible dense and sparse
1, 2, 3-dimensional matrices holding objects or primitive data types such
as int, double, etc; Templated, fixed sized (not dynamically
resizable); Also known as multi-dimensional arrays or Data Cubes.
|
Modifier and Type | Method and Description |
---|---|
static Transpose |
Transpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transpose[] |
Transpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Jump to the Parallel Colt Homepage