Toast++
1.0.2 (r.539)
Forward and inverse modelling in optical tomography
|
This is the complete list of members for TDenseMatrixMPI< MT >, including all inherited members.
ATx(const TVector< MT > &x, TVector< MT > &b) const | TDenseMatrixMPI< MT > | virtual |
ATx(const TVector< MT > &x) const (defined in TMatrix< MT >) | TMatrix< MT > | inline |
Ax(const TVector< MT > &x, TVector< MT > &b) const | TDenseMatrixMPI< MT > | virtual |
bicgstab(const TVector< MT > &b, TVector< MT > &x, double &tol, TPreconditioner< MT > *precon=0, int maxit=0) const (defined in TMatrix< MT >) | TMatrix< MT > | virtual |
bicgstab(const TVector< MT > *b, TVector< MT > *x, int nrhs, double tol, int maxit=0, TPreconditioner< MT > *precon=0, IterativeSolverResult *res=0) const (defined in TMatrix< MT >) | TMatrix< MT > | virtual |
bicgstab(const FVector &b, FVector &x, double &tol, TPreconditioner< float > *precon, int maxit) const (defined in TMatrix< MT >) | TMatrix< MT > | inline |
bicgstab(const FVector *b, FVector *x, int nrhs, double tol, int maxit, TPreconditioner< float > *precon, IterativeSolverResult *res) const (defined in TMatrix< MT >) | TMatrix< MT > | inline |
COL enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
Col(int c) const | TDenseMatrixMPI< MT > | virtual |
ColNorm() const | TMatrix< MT > | virtual |
cols (defined in TMatrix< MT >) | TMatrix< MT > | protected |
ColScale(const TVector< MT > &scale) (defined in TDenseMatrixMPI< MT >) | TDenseMatrixMPI< MT > | virtual |
ColSum() const | TDenseMatrixMPI< MT > | |
ColSumSq() const | TDenseMatrixMPI< MT > | |
Diag() const | TMatrix< MT > | virtual |
Dim(RC rc) const | TMatrix< MT > | inline |
Export(std::ostream &os) const | TMatrix< MT > | |
Get(int r, int c) const | TDenseMatrixMPI< MT > | virtual |
isFull() const | TMatrix< MT > | inline |
isSparse() const | TMatrix< MT > | inline |
MPIRange(int *_r0, int *_r1) const | TDenseMatrixMPI< MT > | inline |
MPIType() const | TDenseMatrixMPI< MT > | |
nCols() const | TMatrix< MT > | inline |
New(int r, int c) | TDenseMatrixMPI< MT > | virtual |
nRows() const | TMatrix< MT > | inline |
operator()(int r, int c) (defined in TDenseMatrixMPI< MT >) | TDenseMatrixMPI< MT > | |
TMatrix::operator()(int r, int c) const | TMatrix< MT > | inline |
operator*(const TVector< MT > &x) const (defined in TMatrix< MT >) | TMatrix< MT > | inline |
pcg(const TVector< MT > &b, TVector< MT > &x, double &tol, TPreconditioner< MT > *precon=0, int maxit=0) const (defined in TMatrix< MT >) | TMatrix< MT > | virtual |
pcg(const TVector< MT > *b, TVector< MT > *x, int nrhs, double tol, int maxit=0, TPreconditioner< MT > *precon=0, IterativeSolverResult *res=0) const (defined in TMatrix< MT >) | TMatrix< MT > | virtual |
pcg(const FVector &b, FVector &x, double &tol, TPreconditioner< float > *precon, int maxit) const (defined in TMatrix< MT >) | TMatrix< MT > | inline |
pcg(const FVector *b, FVector *x, int nrhs, double tol, int maxit, TPreconditioner< float > *precon, IterativeSolverResult *res) const (defined in TMatrix< MT >) | TMatrix< MT > | inline |
Print(std::ostream &os=std::cout, int n=80) const (defined in TMatrix< MT >) | TMatrix< MT > | |
PrintNzeroGraph(char *fname) (defined in TMatrix< MT >) | TMatrix< MT > | |
RC enum name (defined in TMatrix< MT >) | TMatrix< MT > | |
ROW enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
Row(int r) const | TDenseMatrixMPI< MT > | virtual |
RowMult(int r, MT *x) const (defined in TMatrix< MT >) | TMatrix< MT > | inlinevirtual |
rows (defined in TMatrix< MT >) | TMatrix< MT > | protected |
RowScale(const TVector< MT > &scale) (defined in TDenseMatrixMPI< MT >) | TDenseMatrixMPI< MT > | virtual |
RowSum() const | TDenseMatrixMPI< MT > | |
RowSumSq() const | TDenseMatrixMPI< MT > | |
SetRow(int r, const TVector< MT > &rval) | TDenseMatrixMPI< MT > | virtual |
SparseRow(int r, int *ci, MT *rv) const | TDenseMatrixMPI< MT > | virtual |
StorageType() const | TDenseMatrixMPI< MT > | inlinevirtual |
TDenseMatrixMPI() | TDenseMatrixMPI< MT > | |
TDenseMatrixMPI(int r, int c) | TDenseMatrixMPI< MT > | |
TMatrix() | TMatrix< MT > | inline |
TMatrix(int nrows, int ncols) | TMatrix< MT > | inline |
TMatrix(const TMatrix< MT > &m) | TMatrix< MT > | |
Transpone() (defined in TMatrix< MT >) | TMatrix< MT > | inlinevirtual |
~TDenseMatrixMPI() | TDenseMatrixMPI< MT > | |
~TMatrix() | TMatrix< MT > | inlinevirtual |