Package | Description |
---|---|
edu.stanford.rsl.conrad.numerics |
Contains Matrix and Vector objects and associated linear algebra operations.
|
Modifier and Type | Method and Description |
---|---|
static SimpleMatrix.MatrixNormType |
SimpleMatrix.MatrixNormType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMatrix.MatrixNormType[] |
SimpleMatrix.MatrixNormType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
SimpleMatrix.conditionNumber(SimpleMatrix.MatrixNormType normType) |
double |
SimpleMatrix.norm(SimpleMatrix.MatrixNormType normType) |