- valueOf(String) - Static method in enum no.uib.cipr.matrix.io.MatrixInfo.MatrixField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.uib.cipr.matrix.io.MatrixInfo.MatrixSymmetry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.uib.cipr.matrix.io.VectorInfo.VectorField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.uib.cipr.matrix.Matrix.Norm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.uib.cipr.matrix.NotConvergedException.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum no.uib.cipr.matrix.Vector.Norm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum no.uib.cipr.matrix.io.MatrixInfo.MatrixField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum no.uib.cipr.matrix.io.MatrixInfo.MatrixSymmetry
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum no.uib.cipr.matrix.io.VectorInfo.VectorField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum no.uib.cipr.matrix.Matrix.Norm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum no.uib.cipr.matrix.NotConvergedException.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum no.uib.cipr.matrix.Vector.Norm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector - Interface in no.uib.cipr.matrix
-
Basic vector interface.
- Vector.Norm - Enum in no.uib.cipr.matrix
-
Supported vector-norms.
- VectorEntry - Interface in no.uib.cipr.matrix
-
An entry of a vector.
- VectorInfo - Class in no.uib.cipr.matrix.io
-
Contains information on a vector in a variant of the
Matrix Market exchange format
- VectorInfo(boolean, VectorInfo.VectorField) - Constructor for class no.uib.cipr.matrix.io.VectorInfo
-
Creates a specific type
- VectorInfo.VectorField - Enum in no.uib.cipr.matrix.io
-
What kind of numbers are stored
- VectorSize - Class in no.uib.cipr.matrix.io
-
Contains the size of a vectir stored in a variant of the
Matrix Market exchange format
- VectorSize(int) - Constructor for class no.uib.cipr.matrix.io.VectorSize
-
Constructor for VectorSize.
- VectorSize(int, int) - Constructor for class no.uib.cipr.matrix.io.VectorSize
-
Constructor for VectorSize