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