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.InversionType |
SimpleMatrix.InversionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMatrix.InversionType[] |
SimpleMatrix.InversionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SimpleMatrix |
SimpleMatrix.inverse(SimpleMatrix.InversionType inversionType)
Inverts the given matrix using the specified inversion method.
|