A B C D E F G H I L M N O P Q R S T U V Z

T

toString() - Method in class no.uib.cipr.matrix.AbstractMatrix
 
toString() - Method in class no.uib.cipr.matrix.AbstractVector
 
toString() - Method in class no.uib.cipr.matrix.io.MatrixInfo
Returns a string representation of the specifier.
toString() - Method in class no.uib.cipr.matrix.io.VectorInfo
Returns a string representation of the specifier.
transABmult(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transABmult(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transABmult(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = AT*BT
transABmult(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = alpha*AT*BT
transABmultAdd(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transABmultAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transABmultAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.DenseMatrix
 
transABmultAdd(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = AT*BT + C
transABmultAdd(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = alpha*AT*BT + C
transAmult(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transAmult(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transAmult(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = AT*B
transAmult(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = alpha*AT*B
transAmultAdd(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transAmultAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transAmultAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.DenseMatrix
 
transAmultAdd(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = AT*B + C
transAmultAdd(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = alpha*AT*B + C
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.distributed.BlockDiagonalPreconditioner
 
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.distributed.TwoLevelPreconditioner
 
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.AMG
 
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.DiagonalPreconditioner
 
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.ICC
 
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.ILU
 
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.ILUT
 
transApply(Vector, Vector) - Method in interface no.uib.cipr.matrix.sparse.Preconditioner
Solves the approximate transpose problem with the given right hand side.
transApply(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.SSOR
 
transBmult(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transBmult(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transBmult(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = A*BT
transBmult(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = alpha*A*BT
transBmultAdd(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transBmultAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transBmultAdd(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.DenseMatrix
 
transBmultAdd(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = A*BT + C
transBmultAdd(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
C = alpha*A*BT + C
transMult(Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transMult(double, Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transMult(Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
y = AT*x
transMult(double, Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
y = alpha*AT*x
transMult(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
 
transMult(Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
 
transMultAdd(Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.BandMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.DenseMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.distributed.DistColMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.distributed.DistRowMatrix
 
transMultAdd(Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
y = AT*x + y
transMultAdd(double, Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
y = alpha*AT*x + y
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompColMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompDiagMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.CompRowMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.FlexCompColMatrix
 
transMultAdd(double, Vector, Vector) - Method in class no.uib.cipr.matrix.sparse.FlexCompRowMatrix
 
transpose() - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transpose(Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transpose() - Method in class no.uib.cipr.matrix.BandMatrix
 
transpose() - Method in interface no.uib.cipr.matrix.Matrix
Transposes the matrix in-place.
transpose(Matrix) - Method in interface no.uib.cipr.matrix.Matrix
Sets the tranpose of this matrix into B.
transpose() - Method in class no.uib.cipr.matrix.SymmTridiagMatrix
 
transpose() - Method in class no.uib.cipr.matrix.TridiagMatrix
 
transRank1(Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transRank1(double, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transRank1(Matrix) - Method in interface no.uib.cipr.matrix.Matrix
A = CT*C + A The matrices must be square and of the same size
transRank1(double, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
A = alpha*CT*C + A The matrices must be square and of the same size
transRank2(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transRank2(double, Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transRank2(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
A = BT*C + CT*B + A.
transRank2(double, Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
A = alpha*BT*C + alpha*CT*B + A.
transSolve(Vector, Vector) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transSolve(Matrix, Matrix) - Method in class no.uib.cipr.matrix.AbstractMatrix
 
transSolve(DenseMatrix) - Method in class no.uib.cipr.matrix.BandLU
Computes AT\B, overwriting B
transSolve(DenseMatrix) - Method in class no.uib.cipr.matrix.DenseLU
Computes AT\B, overwriting B
transSolve(Matrix, Matrix) - Method in class no.uib.cipr.matrix.DenseMatrix
 
transSolve(Vector, Vector) - Method in class no.uib.cipr.matrix.DenseMatrix
 
transSolve(Vector, Vector) - Method in interface no.uib.cipr.matrix.Matrix
x = AT\b.
transSolve(Matrix, Matrix) - Method in interface no.uib.cipr.matrix.Matrix
X = AT\B.
transSolve(Matrix, Matrix) - Method in class no.uib.cipr.matrix.SymmTridiagMatrix
 
transSolve(Vector, Vector) - Method in class no.uib.cipr.matrix.SymmTridiagMatrix
 
TridiagMatrix - Class in no.uib.cipr.matrix
Tridiagonal matrix.
TridiagMatrix(int) - Constructor for class no.uib.cipr.matrix.TridiagMatrix
Constructor for TridiagMatrix
TridiagMatrix(Matrix) - Constructor for class no.uib.cipr.matrix.TridiagMatrix
Constructor for TridiagMatrix
TridiagMatrix(Matrix, boolean) - Constructor for class no.uib.cipr.matrix.TridiagMatrix
Constructor for TridiagMatrix
TwoLevelPreconditioner - Class in no.uib.cipr.matrix.distributed
Two level preconditioner.
TwoLevelPreconditioner(Preconditioner, DistRowMatrix, DistVector) - Constructor for class no.uib.cipr.matrix.distributed.TwoLevelPreconditioner
 
TwoLevelPreconditioner(Preconditioner, DistColMatrix, DistVector) - Constructor for class no.uib.cipr.matrix.distributed.TwoLevelPreconditioner
 

A B C D E F G H I L M N O P Q R S T U V Z