Toast++
1.0.2 (r.539)
Forward and inverse modelling in optical tomography
|
This is the complete list of members for TDiagMatrix< MT >, including all inherited members.
Add(int r, int c, const MT &val) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inlinevirtual |
Append(MT v=0) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
ATx(const TVector< MT > &x, TVector< MT > &b) const | TDiagMatrix< MT > | virtual |
ATx(const TVector< MT > &x) const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
Ax(const TVector< MT > &x, TVector< MT > &b) const | TDiagMatrix< MT > | virtual |
Ax(const TVector< MT > &x, TVector< MT > &b, int r1, int r2) const | TDiagMatrix< 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(int c) const | TDiagMatrix< MT > | virtual |
COL enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
ColNorm() const | TMatrix< MT > | virtual |
cols (defined in TMatrix< MT >) | TMatrix< MT > | protected |
ColScale(const TVector< MT > &scale) | TDiagMatrix< MT > | virtual |
Copy(const TDiagMatrix< MT > &mat) | TDiagMatrix< MT > | |
Diag() const | TMatrix< MT > | virtual |
Dim(RC rc) const | TMatrix< MT > | inline |
Display(std::ostream &os) const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | virtual |
Exists(int r, int c) const | TDiagMatrix< MT > | virtual |
Export(std::ostream &os) const | TMatrix< MT > | |
ExportRCV(std::ostream &os) | TGenericSparseMatrix< MT > | inlinevirtual |
FillFraction() const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
Get(int r, int c) const | TDiagMatrix< MT > | inlinevirtual |
Get_index(int r, int c) const | TDiagMatrix< MT > | virtual |
GetGlobalIterativeSolver() (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
GetGlobalIterativeSolver_complex() (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
GetNext(int &r, int &c) const | TDiagMatrix< MT > | virtual |
GlobalSelectIterativeSolver(IterativeMethod method) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
GlobalSelectIterativeSolver_complex(IterativeMethod method) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
Initialise(int nv, const MT *data) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
Initialise(int nv, MT *data, CopyMode cmode) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
isFull() const | TMatrix< MT > | inline |
isSparse() const | TMatrix< MT > | inline |
nbuf (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
nCols() const | TMatrix< MT > | inline |
New(int nrows, int ncols) | TDiagMatrix< MT > | virtual |
nRows() const | TMatrix< MT > | inline |
nVal() const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
nval (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
operator TDenseMatrix< MT >() | TDiagMatrix< MT > | |
operator()(int r, int c) | TDiagMatrix< MT > | virtual |
TMatrix::operator()(int r, int c) const | TMatrix< MT > | inline |
operator*(const TVector< MT > &x) const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
operator*=(const MT &sc) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
operator+(const TDiagMatrix &mat) const | TDiagMatrix< MT > | |
operator-(const TDiagMatrix &mat) const | TDiagMatrix< MT > | |
operator=(const TDiagMatrix< MT > &mat) | TDiagMatrix< MT > | |
operator=(const MT &v) | TDiagMatrix< MT > | |
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 > | |
PrintFillinGraph(const char *fname, int maxdim=600, bool binary=true, bool antialias=true) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | virtual |
PrintNzeroGraph(char *fname) (defined in TMatrix< MT >) | TMatrix< MT > | |
RC enum name (defined in TMatrix< MT >) | TMatrix< MT > | |
Row(int r) const | TDiagMatrix< MT > | virtual |
ROW enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
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) | TDiagMatrix< MT > | virtual |
SetRow(int r, const TVector< MT > &row) | TMatrix< MT > | inlinevirtual |
SparseRow(int r, idxtype *colidx, MT *val) const | TDiagMatrix< MT > | virtual |
StorageType() const | TDiagMatrix< MT > | inlinevirtual |
TDiagMatrix() | TDiagMatrix< MT > | |
TDiagMatrix(int r, int c, const MT v=(MT) 0) | TDiagMatrix< MT > | |
TDiagMatrix(const TDiagMatrix< MT > &mat) | TDiagMatrix< MT > | |
TGenericSparseMatrix() | TGenericSparseMatrix< MT > | |
TGenericSparseMatrix(int rows, int cols, int nv=0, const MT *data=0) | TGenericSparseMatrix< MT > | |
TGenericSparseMatrix(int rows, int cols, int nv, MT *data, CopyMode cmode=DEEP_COPY) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
TGenericSparseMatrix(const TGenericSparseMatrix< MT > &m) | TGenericSparseMatrix< 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 |
Unlink() (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | virtual |
val (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
Val(int i) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
ValPtr() (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
ValPtr() const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
Zero() (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
~TDiagMatrix() | TDiagMatrix< MT > | virtual |
~TGenericSparseMatrix() | TGenericSparseMatrix< MT > | virtual |
~TMatrix() | TMatrix< MT > | inlinevirtual |