|
Toast++
1.0.2 (r.539)
Forward and inverse modelling in optical tomography
|
This is the complete list of members for TSymCompRowMatrix< MT >, including all inherited members.
| Add(int r, int c, const MT &val) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | inlinevirtual |
| AllowColIndexing(bool yes) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| Append(MT v=0) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
| ATx(const TVector< MT > &x, TVector< MT > &b) const (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | virtual |
| ATx(const TVector< MT > &x) const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
| Ax(const TVector< MT > &x, TVector< MT > &b) const (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | virtual |
| Ax(const TVector< MT > &x, TVector< MT > &b, int r1, int r2) const (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< 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 |
| CholeskyFactorize (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | friend |
| Col(int c) const | TSymCompRowMatrix< MT > | inlinevirtual |
| COL enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
| col_access (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | mutable |
| colidx (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| ColNorm() const | TMatrix< MT > | virtual |
| colptr (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | mutable |
| cols (defined in TMatrix< MT >) | TMatrix< MT > | protected |
| ColScale(const TVector< MT > &scale) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | inlinevirtual |
| 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 =0 | TGenericSparseMatrix< MT > | pure 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 | TSymCompRowMatrix< 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 (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | virtual |
| GlobalSelectIterativeSolver(IterativeMethod method) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
| GlobalSelectIterativeSolver_complex(IterativeMethod method) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
| Initialise(const int *_rowptr, const int *_colidx, const MT *data=0) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| 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) | TSymCompRowMatrix< 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()(int r, int c) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< 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<< (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | friend |
| operator>> (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | friend |
| 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 enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
| Row(int r) const | TSymCompRowMatrix< MT > | virtual |
| rowidx (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | mutable |
| RowMult(int r, MT *x) const (defined in TMatrix< MT >) | TMatrix< MT > | inlinevirtual |
| rowptr (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| rows (defined in TMatrix< MT >) | TMatrix< MT > | protected |
| RowScale(const TVector< MT > &scale) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | inlinevirtual |
| SetColAccess(bool yes) const (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| SetRow(int r, const TVector< MT > &row) | TMatrix< MT > | inlinevirtual |
| Shrink() (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| SparseRow(int r, idxtype *ci, MT *rv) const | TSymCompRowMatrix< MT > | virtual |
| StorageType() const | TSymCompRowMatrix< MT > | inlinevirtual |
| SymbolicCholeskyFactorize(idxtype *&frowptr, idxtype *&fcolidx) const (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< 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 |
| TSymCompRowMatrix() (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| TSymCompRowMatrix(int rows, int cols) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| TSymCompRowMatrix(int rows, int cols, const int *rptr, const int *cidx, const MT *data=0) (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | |
| 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 |
| vofs (defined in TSymCompRowMatrix< MT >) | TSymCompRowMatrix< MT > | mutable |
| Zero() (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
| ~TGenericSparseMatrix() | TGenericSparseMatrix< MT > | virtual |
| ~TMatrix() | TMatrix< MT > | inlinevirtual |
1.8.6