Toast++
1.0.2 (r.539)
Forward and inverse modelling in optical tomography
|
This is the complete list of members for TCompRowMatrix< MT >, including all inherited members.
AB(const TCompRowMatrix< MT > &B, TCompRowMatrix< MT > &C) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
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 (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
ATx(const TVector< MT > &x) const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
ATx_cplx(const TVector< std::complex< double > > &x, TVector< std::complex< double > > &b) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
Ax(const TVector< MT > &x, TVector< MT > &b) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
Ax(const TVector< MT > &x, TVector< MT > &b, int r1, int r2) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
Ax(const TVector< MT > *x, TVector< MT > *b, int nrhs) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
Ax_cplx(const TVector< std::complex< double > > &x, TVector< std::complex< double > > &b) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
bicgstab(const TVector< MT > &b, TVector< MT > &x, double &tol, TPreconditioner< MT > *precon=0, int maxit=0) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< 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 TCompRowMatrix< MT >) | TCompRowMatrix< 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 |
CalculateIncompleteCholeskyFillin(idxtype *&frowptr, idxtype *&fcolidx) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
cath(const TCompRowMatrix< MT > &A, const TCompRowMatrix< MT > &B) | TCompRowMatrix< MT > | friend |
catv(const TCompRowMatrix< MT > &A, const TCompRowMatrix< MT > &B) | TCompRowMatrix< MT > | friend |
CForwardSolver (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
CForwardSolverPP (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
CholeskyFactorize (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
CholeskySolve (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
CholeskySolve (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
CholeskySolve (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
Col(int c) const | TCompRowMatrix< MT > | virtual |
COL enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
colidx (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
ColNorm() const | TMatrix< MT > | virtual |
cols (defined in TMatrix< MT >) | TMatrix< MT > | protected |
ColScale(const TVector< MT > &scale) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
cplx (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
Diag() const | TMatrix< MT > | virtual |
DiagV(const TVector< MT > &x) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
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 | TCompRowMatrix< MT > | virtual |
Export(std::ostream &os) const | TMatrix< MT > | |
ExportHB(std::ostream &os) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
ExportRCV(std::ostream &os) | TCompRowMatrix< MT > | virtual |
FillFraction() const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
Get(int r, int c) const | TCompRowMatrix< 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 TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
GetSparseStructure(const idxtype **_rowptr, const idxtype **_colidx) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
GlobalSelectIterativeSolver(IterativeMethod method) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
GlobalSelectIterativeSolver_complex(IterativeMethod method) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | static |
Identity(int n) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
ILUSolve (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
ILUSymSolve (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
IncompleteCholeskyFactorize (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
Initialise(const idxtype *_rowptr, const idxtype *_colidx, const MT *data=0) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< 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 |
kron (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
l2norm (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
LargestInCol(int c, int i=0) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
LargestInRow(int r, int i=0) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
LUFactorize (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
LUSolve (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
MakeCoordMatrix() const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
merge(const TCompRowMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
nbuf (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
nCols() const | TMatrix< MT > | inline |
New(int nrows, int ncols) | TCompRowMatrix< MT > | virtual |
nRows() const | TMatrix< MT > | inline |
nval (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | protected |
nVal() const (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | inline |
operator()(int r, int c) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
TMatrix::operator()(int r, int c) const | TMatrix< MT > | inline |
operator*(MT f) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator*(const TDiagMatrix< MT > &D) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator*(const TVector< MT > &x) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
operator*(const TCompRowMatrix< MT > &m) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
operator*=(const MT &sc) (defined in TGenericSparseMatrix< MT >) | TGenericSparseMatrix< MT > | |
operator+(const TCompRowMatrix< MT > &m) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator+=(const TCompRowMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator-() const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator-(const TCompRowMatrix< MT > &m) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
operator-=(const TCompRowMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
operator<< (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
operator=(const TCompRowMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator=(const TCoordMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
operator>> (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
pcg(const TVector< MT > &b, TVector< MT > &x, double &tol, TPreconditioner< MT > *precon=0, int maxit=0) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< 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 TCompRowMatrix< MT >) | TCompRowMatrix< 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 > | |
RemoveRow(int c) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
ReplaceRow(int row, int nz, int *rcolidx, MT *rval=0) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | protected |
ReplaceRow(int row, const TVector< MT > &vec) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | protected |
Row(int r) const | TCompRowMatrix< MT > | virtual |
ROW enum value (defined in TMatrix< MT >) | TMatrix< MT > | |
row_mult(int r1, int r2, int from, int to) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | protected |
RowMult(int r, MT *x) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
rowptr (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
rows (defined in TMatrix< MT >) | TMatrix< MT > | protected |
RowScale(const TVector< MT > &scale) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
SCCompRowMatrixMixed (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
SetColAccess(bool yes=true) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
SetDiagAccess(bool yes=true) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
SetRow(int r, const TVector< MT > &row) | TCompRowMatrix< MT > | virtual |
SetRows(int r0, const TCompRowMatrix< MT > &rows) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
Shrink() (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
Sort() const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
SparseRow(int r, idxtype *ci, MT *rv) const | TCompRowMatrix< MT > | virtual |
sparsevec_mult(int *idx1, MT *val1, int n1, int *idx2, MT *val2, int n2) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | protected |
SplitExport(const char *rootname) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
StorageType() const | TCompRowMatrix< MT > | inlinevirtual |
Subcols(int c1, int c2) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
Submatrix(int r1, int r2, int c1, int c2) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
Subrows(int r1, int r2) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | inline |
SymbolicCholeskyFactorize(idxtype *&frowptr, idxtype *&fcolidx) const (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
TCompRowMatrix() | TCompRowMatrix< MT > | |
TCompRowMatrix(int rows, int cols) | TCompRowMatrix< MT > | |
TCompRowMatrix(int rows, int cols, const idxtype *_rowptr, const idxtype *_colidx, const MT *data=0) | TCompRowMatrix< MT > | |
TCompRowMatrix(int rows, int cols, idxtype *_rowptr, idxtype *_colidx, MT *data, CopyMode cmode) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
TCompRowMatrix(const TCompRowMatrix< MT > &m) | TCompRowMatrix< MT > | |
TCompRowMatrix(const TCoordMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
TCompRowMatrix(const TDenseMatrix< MT > &m) (defined in TCompRowMatrix< MT >) | TCompRowMatrix< 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 > | |
TPrecon_IC< MT > (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
transp (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | friend |
Transpone() (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | virtual |
Unlink() (defined in TCompRowMatrix< MT >) | TCompRowMatrix< 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 > | |
~TCompRowMatrix() (defined in TCompRowMatrix< MT >) | TCompRowMatrix< MT > | |
~TGenericSparseMatrix() | TGenericSparseMatrix< MT > | virtual |
~TMatrix() | TMatrix< MT > | inlinevirtual |