A B C D E F G H I L M N O P Q R S T U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- gather(Object, Object[], int) - Method in class no.uib.cipr.matrix.distributed.Communicator
-
Deprecated.Gathers together values from a group of processes.
- General - no.uib.cipr.matrix.io.MatrixInfo.MatrixSymmetry
-
General matrix, no symmetry
- get() - Method in interface no.uib.cipr.matrix.MatrixEntry
-
Returns the value at the current index
- get() - Method in interface no.uib.cipr.matrix.VectorEntry
-
Returns the value at the current index
- get(int) - Method in class no.uib.cipr.matrix.AbstractVector
- get(int) - Method in class no.uib.cipr.matrix.DenseVector
- get(int) - Method in class no.uib.cipr.matrix.distributed.DistVector
-
Deprecated.
- get(int) - Method in class no.uib.cipr.matrix.sparse.SparseVector
- get(int) - Method in interface no.uib.cipr.matrix.Vector
-
Returns
x(index)
- get(int, int) - Method in class no.uib.cipr.matrix.AbstractMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.distributed.DistColMatrix
-
Deprecated.
- get(int, int) - Method in class no.uib.cipr.matrix.distributed.DistRowMatrix
-
Deprecated.
- get(int, int) - Method in class no.uib.cipr.matrix.LowerSymmBandMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.LowerSymmDenseMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.LowerSymmPackMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.LowerTriangDenseMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.LowerTriangPackMatrix
- get(int, int) - Method in interface no.uib.cipr.matrix.Matrix
-
Returns
A(row,column)
- get(int, int) - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.sparse.CompDiagMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.sparse.FlexCompColMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.sparse.FlexCompRowMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.SymmTridiagMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.TridiagMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UnitLowerTriangBandMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UnitLowerTriangDenseMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UnitLowerTriangPackMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UnitUpperTriangBandMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UnitUpperTriangDenseMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UnitUpperTriangPackMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UpperSymmBandMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UpperSymmDenseMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UpperSymmPackMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UpperTriangDenseMatrix
- get(int, int) - Method in class no.uib.cipr.matrix.UpperTriangPackMatrix
- getArray(Matrix) - Static method in class no.uib.cipr.matrix.Matrices
-
Returns an array of arrays containing a copy of the given matrix.
- getArray(Vector) - Static method in class no.uib.cipr.matrix.Matrices
-
Returns a dense array containing a copy of the given vector
- getColumn(int) - Method in class no.uib.cipr.matrix.sparse.FlexCompColMatrix
-
Returns the given column
- getColumnIndices() - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
-
Returns the column indices
- getColumnPointers() - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
-
Returns the column pointers
- getCommunicator() - Method in class no.uib.cipr.matrix.distributed.DistVector
-
Deprecated.Gets the communicator associated with this vector
- getData() - Method in class no.uib.cipr.matrix.DenseVector
-
Returns the internal vector contents.
- getData() - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
-
Returns the internal data storage
- getData() - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
-
Returns the internal data storage
- getData() - Method in class no.uib.cipr.matrix.sparse.SparseVector
-
Returns the internal data
- getDiagonal() - Method in class no.uib.cipr.matrix.SymmTridiagMatrix
-
Returns the diagonal entries.
- getDiagonal() - Method in class no.uib.cipr.matrix.TridiagMatrix
-
Returns the diagonal entries.
- getDiagonals() - Method in class no.uib.cipr.matrix.sparse.CompDiagMatrix
-
Returns the internal diagonal storage
- getImaginaryEigenvalues() - Method in class no.uib.cipr.matrix.EVD
-
Gets the imaginary part of the eigenvalues
- getIndex() - Method in class no.uib.cipr.matrix.sparse.CompDiagMatrix
-
Returns the diagonal offsets
- getIndex() - Method in interface no.uib.cipr.matrix.sparse.ISparseVector
-
Returns the indices
- getIndex() - Method in class no.uib.cipr.matrix.sparse.SparseVector
-
Returns the indices
- getIterationMonitor() - Method in class no.uib.cipr.matrix.sparse.AbstractIterativeSolver
- getIterationMonitor() - Method in interface no.uib.cipr.matrix.sparse.IterativeSolver
-
Gets the iteration monitor
- getIterationReporter() - Method in class no.uib.cipr.matrix.sparse.AbstractIterationMonitor
- getIterationReporter() - Method in interface no.uib.cipr.matrix.sparse.IterationMonitor
-
Returns current iteration reporter
- getIterations() - Method in exception no.uib.cipr.matrix.sparse.IterativeSolverNotConvergedException
-
Gets the number of iterations used when this exception was thrown
- getL() - Method in class no.uib.cipr.matrix.BandCholesky
-
Returns the decomposition matrix.
- getL() - Method in class no.uib.cipr.matrix.BandLU
-
Returns the lower triangular factor
- getL() - Method in class no.uib.cipr.matrix.DenseCholesky
-
Returns the decomposition matrix.
- getL() - Method in class no.uib.cipr.matrix.DenseLU
-
Returns the lower triangular factor
- getL() - Method in class no.uib.cipr.matrix.LQ
-
Returns the lower triangular factor
- getL() - Method in class no.uib.cipr.matrix.PackCholesky
-
Returns the decomposition matrix.
- getL() - Method in class no.uib.cipr.matrix.QL
-
Returns the lower triangular factor
- getLeftEigenvectors() - Method in class no.uib.cipr.matrix.EVD
-
Gets the left eigenvectors, if available
- getLocal() - Method in class no.uib.cipr.matrix.distributed.DistVector
-
Deprecated.Returns the local part of the vector
- getLU() - Method in class no.uib.cipr.matrix.BandLU
-
Returns the decomposition matrix
- getLU() - Method in class no.uib.cipr.matrix.DenseLU
-
Returns the decomposition matrix
- getNormType() - Method in class no.uib.cipr.matrix.sparse.AbstractIterationMonitor
- getNormType() - Method in interface no.uib.cipr.matrix.sparse.IterationMonitor
-
Returns the vector-norm in use
- getNumSubDiagonals(Matrix) - Static method in class no.uib.cipr.matrix.Matrices
-
Finds the number of diagonals below the main diagonal.
- getNumSuperDiagonals(Matrix) - Static method in class no.uib.cipr.matrix.Matrices
-
Finds the number of diagonals above the main diagonal.
- getOffDiagonal() - Method in class no.uib.cipr.matrix.SymmTridiagMatrix
-
Returns the off diagonal entries.
- getOwnerships() - Method in class no.uib.cipr.matrix.distributed.DistVector
-
Deprecated.Returns which indices are owned by which ranks.
- getP() - Method in class no.uib.cipr.matrix.QRP
-
Returns the column pivoting matrix.
- getPivots() - Method in class no.uib.cipr.matrix.BandLU
-
Returns the row pivots
- getPivots() - Method in class no.uib.cipr.matrix.DenseLU
-
Returns the row pivots
- getPreconditioner() - Method in class no.uib.cipr.matrix.sparse.AbstractIterativeSolver
- getPreconditioner() - Method in interface no.uib.cipr.matrix.sparse.IterativeSolver
-
Gets preconditioner
- getPVector() - Method in class no.uib.cipr.matrix.QRP
-
Returns the column pivoting vector.
- getQ() - Method in class no.uib.cipr.matrix.QRP
-
Returns the orthogonal matrix
- getR() - Method in class no.uib.cipr.matrix.QR
-
Returns the upper triangular factor
- getR() - Method in class no.uib.cipr.matrix.QRP
-
Returns the upper triangular factor
- getR() - Method in class no.uib.cipr.matrix.RQ
-
Returns the upper triangular factor
- getRank() - Method in class no.uib.cipr.matrix.QRP
-
Returns the rank of the factored matrix
- getRealEigenvalues() - Method in class no.uib.cipr.matrix.EVD
-
Gets the real part of the eigenvalues
- getReason() - Method in exception no.uib.cipr.matrix.NotConvergedException
-
Returns the reason for the exception
- getResidual() - Method in exception no.uib.cipr.matrix.sparse.IterativeSolverNotConvergedException
-
Returns final computed residual
- getRightEigenvectors() - Method in class no.uib.cipr.matrix.EVD
-
Gets the right eigenvectors, if available
- getRow(int) - Method in class no.uib.cipr.matrix.sparse.FlexCompRowMatrix
-
Returns the given row
- getRowIndices() - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
-
Returns the row indices
- getRowPointers() - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
-
Returns the row pointers
- getS() - Method in class no.uib.cipr.matrix.SVD
-
Returns the singular values (stored in descending order)
- getSubDiagonal() - Method in class no.uib.cipr.matrix.TridiagMatrix
-
Returns the sub diagonal entries.
- getSubMatrix(Matrix, int[], int[]) - Static method in class no.uib.cipr.matrix.Matrices
-
Returns a view into the given matrix.
- getSubVector(Vector, int[]) - Static method in class no.uib.cipr.matrix.Matrices
-
Returns a view into the given vector.
- getSuperDiagonal() - Method in class no.uib.cipr.matrix.TridiagMatrix
-
Returns the super diagonal entries.
- getU() - Method in class no.uib.cipr.matrix.BandCholesky
-
Returns the decomposition matrix.
- getU() - Method in class no.uib.cipr.matrix.BandLU
-
Returns the upper triangular factor
- getU() - Method in class no.uib.cipr.matrix.DenseCholesky
-
Returns the decomposition matrix.
- getU() - Method in class no.uib.cipr.matrix.DenseLU
-
Returns the upper triangular factor
- getU() - Method in class no.uib.cipr.matrix.PackCholesky
-
Returns the decomposition matrix.
- getU() - Method in class no.uib.cipr.matrix.SVD
-
Returns the left singular vectors, column-wise.
- getUsed() - Method in interface no.uib.cipr.matrix.sparse.ISparseVector
-
Number of entries used in the sparse structure
- getUsed() - Method in class no.uib.cipr.matrix.sparse.SparseVector
-
Number of entries used in the sparse structure
- getVt() - Method in class no.uib.cipr.matrix.SVD
-
Returns the right singular vectors, row-wise.
- GivensRotation - Class in no.uib.cipr.matrix
-
Givens plane rotation
- GivensRotation(double, double) - Constructor for class no.uib.cipr.matrix.GivensRotation
-
Constructs a Givens plane rotation for a given 2-vector
- GMRES - Class in no.uib.cipr.matrix.sparse
-
GMRES solver.
- GMRES(Vector) - Constructor for class no.uib.cipr.matrix.sparse.GMRES
-
Constructor for GMRES.
- GMRES(Vector, int) - Constructor for class no.uib.cipr.matrix.sparse.GMRES
-
Constructor for GMRES.
All Classes All Packages