Package | Description |
---|---|
edu.ucla.sspace.matrix |
Modifier and Type | Method and Description |
---|---|
static Matrix.Type |
Matrix.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Matrix.Type[] |
Matrix.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Matrix |
Matrices.create(int rows,
int cols,
Matrix.Type matrixType)
Creates a new
Matrix based on the provided type, with the
provided dimensions |
static Matrix |
MatrixIO.readMatrix(File matrix,
MatrixIO.Format format,
Matrix.Type matrixType)
Converts the contents of a matrix file as a
Matrix object, using
the provided type description as a hint for what kind to create. |
static Matrix |
MatrixIO.readMatrix(File matrix,
MatrixIO.Format format,
Matrix.Type matrixType,
boolean transposeOnRead)
Converts the contents of a matrix file as a
Matrix object, using
the provided type description as a hint for what kind to create. |
Copyright © 2012. All Rights Reserved.