Index
All Classes and Interfaces|All Packages|Serialized Form
M
- M - Variable in class no.uib.cipr.matrix.sparse.AbstractIterativeSolver
-
Preconditioner to use
- Matrices - Class in no.uib.cipr.matrix
-
Static utility methods for matrices and vectors
- Matrix - Interface in no.uib.cipr.matrix
-
Basic matrix interface.
- Matrix.Norm - Enum in no.uib.cipr.matrix
-
Supported matrix-norms.
- MatrixEntry - Interface in no.uib.cipr.matrix
-
An entry of a matrix.
- MatrixInfo - Class in no.uib.cipr.matrix.io
-
Contains information on a matrix in the Matrix Market exchange format.
- MatrixInfo(boolean, MatrixInfo.MatrixField, MatrixInfo.MatrixSymmetry) - Constructor for class no.uib.cipr.matrix.io.MatrixInfo
-
Creates a specific type
- MatrixInfo.MatrixField - Enum in no.uib.cipr.matrix.io
-
What kind of numbers are stored
- MatrixInfo.MatrixSymmetry - Enum in no.uib.cipr.matrix.io
-
Symmetry structure of the matrix, if any
- MatrixIterationMonitor - Class in no.uib.cipr.matrix.sparse
-
Iteration monitor based on matrix norms.
- MatrixIterationMonitor(double, double) - Constructor for class no.uib.cipr.matrix.sparse.MatrixIterationMonitor
-
Constructor for MatrixIterationMonitor.
- MatrixIterationMonitor(double, double, int, double, double, double) - Constructor for class no.uib.cipr.matrix.sparse.MatrixIterationMonitor
-
Constructor for MatrixIterationMonitor
- MatrixNotSPDException - Exception in no.uib.cipr.matrix
-
Matrix is not symmetrical, positive definite
- MatrixNotSPDException() - Constructor for exception no.uib.cipr.matrix.MatrixNotSPDException
-
Constructor for MatrixNotSPDException
- MatrixNotSPDException(String) - Constructor for exception no.uib.cipr.matrix.MatrixNotSPDException
-
Constructor for MatrixNotSPDException
- MatrixSingularException - Exception in no.uib.cipr.matrix
-
Matrix is singular
- MatrixSingularException() - Constructor for exception no.uib.cipr.matrix.MatrixSingularException
-
Constructor for MatrixSingularException
- MatrixSingularException(String) - Constructor for exception no.uib.cipr.matrix.MatrixSingularException
-
Constructor for MatrixSingularException
- MatrixSize - Class in no.uib.cipr.matrix.io
-
Contains the size of a matrix stored in the Matrix Market exchange format
- MatrixSize(int, int, int) - Constructor for class no.uib.cipr.matrix.io.MatrixSize
-
Constructor for MatrixSize
- MatrixSize(int, int, MatrixInfo) - Constructor for class no.uib.cipr.matrix.io.MatrixSize
-
Constructor for MatrixSize
- MatrixVectorReader - Class in no.uib.cipr.matrix.io
-
Reads matrices and vectors
- MatrixVectorReader(Reader) - Constructor for class no.uib.cipr.matrix.io.MatrixVectorReader
-
Constructor for MatrixVectorReader
- MatrixVectorReader(Reader, int) - Constructor for class no.uib.cipr.matrix.io.MatrixVectorReader
-
Constructor for MatrixVectorReader
- MatrixVectorWriter - Class in no.uib.cipr.matrix.io
-
Writes matrices and vectors
- MatrixVectorWriter(OutputStream) - Constructor for class no.uib.cipr.matrix.io.MatrixVectorWriter
-
Constructor for MatrixVectorWriter
- MatrixVectorWriter(OutputStream, boolean) - Constructor for class no.uib.cipr.matrix.io.MatrixVectorWriter
-
Constructor for MatrixVectorWriter
- MatrixVectorWriter(Writer) - Constructor for class no.uib.cipr.matrix.io.MatrixVectorWriter
-
Constructor for MatrixVectorWriter
- MatrixVectorWriter(Writer, boolean) - Constructor for class no.uib.cipr.matrix.io.MatrixVectorWriter
-
Constructor for MatrixVectorWriter
- max() - Method in class no.uib.cipr.matrix.AbstractMatrix
-
Returns the largest absolute value
- max() - Method in class no.uib.cipr.matrix.distributed.DistColMatrix
-
Deprecated.
- max() - Static method in class no.uib.cipr.matrix.distributed.Reductions
-
Deprecated.
- max(double[]) - Method in class no.uib.cipr.matrix.AbstractMatrix
-
Returns the largest element of the passed array
- Maxvalue - Enum constant in enum no.uib.cipr.matrix.Matrix.Norm
-
Largest entry in absolute value.
- min() - Static method in class no.uib.cipr.matrix.distributed.Reductions
-
Deprecated.
- monitor(double, int) - Method in interface no.uib.cipr.matrix.sparse.IterationReporter
-
Registers current information
- monitor(double, int) - Method in class no.uib.cipr.matrix.sparse.NoIterationReporter
- monitor(double, int) - Method in class no.uib.cipr.matrix.sparse.OutputIterationReporter
- monitor(double, Vector, int) - Method in interface no.uib.cipr.matrix.sparse.IterationReporter
-
Registers current information
- monitor(double, Vector, int) - Method in class no.uib.cipr.matrix.sparse.NoIterationReporter
- monitor(double, Vector, int) - Method in class no.uib.cipr.matrix.sparse.OutputIterationReporter
- mult(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
- mult(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.LowerTriangDenseMatrix
- mult(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
-
C = alpha*A*B
- mult(double, Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
- mult(double, Vector, Vector) - Method in class no.uib.cipr.matrix.LowerTriangBandMatrix
- mult(double, Vector, Vector) - Method in class no.uib.cipr.matrix.LowerTriangDenseMatrix
- mult(double, Vector, Vector) - Method in class no.uib.cipr.matrix.LowerTriangPackMatrix
- mult(double, Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
-
y = alpha*A*x
- mult(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
- mult(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
-
C = A*B
- mult(Matrix, Matrix) - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
- mult(Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
- mult(Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
-
y = A*x
- mult(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompDiagMatrix
- mult(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
- multAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
- multAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.LowerSPDDenseMatrix
- multAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.DenseMatrix
- multAdd(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
-
C = alpha*A*B + C
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.LowerSPDBandMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.LowerSPDDenseMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.LowerSPDPackMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.BandMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.DenseMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.distributed.DistColMatrix
-
Deprecated.
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.distributed.DistRowMatrix
-
Deprecated.
- multAdd(double, Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
-
y = alpha*A*x + y
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompDiagMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.FlexCompColMatrix
- multAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.FlexCompRowMatrix
- multAdd(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
- multAdd(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
-
C = A*B + C
- multAdd(Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
- multAdd(Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
-
y = A*x + y
All Classes and Interfaces|All Packages|Serialized Form