![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
This is the complete list of members for SparseMatrix< T >, including all inherited members.
| Entries(void) const | SparseMatrix< T > | |
| getDiagonal(T2 *diagonal, int threads=1) const | SparseMatrix< T > | |
| m_ppElements | SparseMatrix< T > | |
| Multiply(const T2 *in, T2 *out, int threads=1) const | SparseMatrix< T > | |
| MultiplyAndAddAverage(const T2 *in, T2 *out, int threads=1) const | SparseMatrix< T > | |
| operator*(const T &V) const | SparseMatrix< T > | |
| operator*=(const T &V) | SparseMatrix< T > | |
| operator=(const SparseMatrix< T > &M) | SparseMatrix< T > | |
| operator[](int idx) | SparseMatrix< T > | inline |
| operator[](int idx) const | SparseMatrix< T > | inline |
| read(FILE *fp) | SparseMatrix< T > | |
| read(const char *fileName) | SparseMatrix< T > | |
| Resize(int rows) | SparseMatrix< T > | |
| Resize(int rows, int maxEntriesPerRow) | SparseMatrix< T > | |
| rows | SparseMatrix< T > | |
| rowSizes | SparseMatrix< T > | |
| SetRowSize(int row, int count) | SparseMatrix< T > | |
| SetZero() | SparseMatrix< T > | |
| SolveCG(const SparseMatrix< T > &M, const T2 *b, int iters, T2 *x, T2 eps=1e-8, int reset=1, bool addDCTerm=false, bool solveNormal=false, int threads=1) | SparseMatrix< T > | static |
| SolveGS(const SparseMatrix< T > &M, const T2 *b, T2 *x, bool forward) | SparseMatrix< T > | static |
| SolveGS(const SparseMatrix< T > &M, const T2 *diagonal, const T2 *b, T2 *x, bool forward) | SparseMatrix< T > | static |
| SolveGS(const std::vector< std::vector< int > > &mcIndices, const SparseMatrix< T > &M, const T2 *diagonal, const T2 *b, T2 *x, bool forward, int threads=1) | SparseMatrix< T > | static |
| SolveGS(const std::vector< std::vector< int > > &mcIndices, const SparseMatrix< T > &M, const T2 *b, T2 *x, bool forward, int threads=1) | SparseMatrix< T > | static |
| SolveJacobi(const SparseMatrix< T > &M, const T2 *b, T2 *x, T2 *Mx, T2 sor, int threads=1) | SparseMatrix< T > | static |
| SolveJacobi(const SparseMatrix< T > &M, const T2 *diagonal, const T2 *b, T2 *x, T2 *Mx, T2 sor, int threads=1) | SparseMatrix< T > | static |
| SparseMatrix(void) | SparseMatrix< T > | |
| SparseMatrix(int rows) | SparseMatrix< T > | |
| SparseMatrix(int rows, int maxEntriesPerRow) | SparseMatrix< T > | |
| SparseMatrix(const SparseMatrix &M) | SparseMatrix< T > | |
| write(FILE *fp) const | SparseMatrix< T > | |
| write(const char *fileName) const | SparseMatrix< T > | |
| ~SparseMatrix() | SparseMatrix< T > |