| Append(const Matrix &matrix, int mode) | ifw::odp::Matrix | |
| CheckCplError() const | ifw::odp::Error | |
| Error() | ifw::odp::Error | explicit |
| Get(cpl_size row, cpl_size col, double *value) const | ifw::odp::Matrix | |
| Get(cpl_size row, cpl_size col) | ifw::odp::Matrix | |
| GetCplMatrix() const | ifw::odp::Matrix | inline |
| GetErrorMsg() const | ifw::odp::Error | protected |
| GetMatrixPtr(void **data_ptr) const | ifw::odp::Matrix | |
| GetMatrixPtr() const | ifw::odp::Matrix | inline |
| GetNumCols() const | ifw::odp::Matrix | inline |
| GetNumRows() const | ifw::odp::Matrix | inline |
| GetSize() const | ifw::odp::Matrix | |
| Invert(Matrix *inverse) | ifw::odp::Matrix | |
| IsDiagonal(const double tolerance) | ifw::odp::Matrix | |
| IsIdentity(const double tolerance) | ifw::odp::Matrix | |
| IsMatrix() const | ifw::odp::Matrix | inline |
| IsZero(const double tolerance) | ifw::odp::Matrix | |
| m_cpl_matrix | ifw::odp::Matrix | protected |
| Matrix() | ifw::odp::Matrix | |
| Matrix(const Matrix &matrix) | ifw::odp::Matrix | explicit |
| Matrix(cpl_size rows, cpl_size cols) | ifw::odp::Matrix | explicit |
| MatrixWrapper() | ifw::odp::MatrixWrapper | |
| MatrixWrapper(cpl_size rows, cpl_size cols) | ifw::odp::MatrixWrapper | |
| MatrixWrapper(cpl_size nrows, cpl_size ncols, double *buf) | ifw::odp::MatrixWrapper | |
| MatrixWrapper(const MatrixWrapper &matrix) | ifw::odp::MatrixWrapper | |
| operator!=(const Matrix &) const | ifw::odp::Matrix | |
| operator*(const double) | ifw::odp::Matrix | |
| operator*(const Matrix &) | ifw::odp::Matrix | |
| operator*=(const double) | ifw::odp::Matrix | |
| operator*=(const Matrix &) | ifw::odp::Matrix | |
| operator+(const double) | ifw::odp::Matrix | |
| operator+(const Matrix &) | ifw::odp::Matrix | |
| operator+=(const double) | ifw::odp::Matrix | |
| operator+=(const Matrix &) | ifw::odp::Matrix | |
| operator-(const double) | ifw::odp::Matrix | |
| operator-(const Matrix &) | ifw::odp::Matrix | |
| operator-=(const double) | ifw::odp::Matrix | |
| operator-=(const Matrix &) | ifw::odp::Matrix | |
| operator/(const double) | ifw::odp::Matrix | |
| operator/(const Matrix &) | ifw::odp::Matrix | |
| operator/=(const double) | ifw::odp::Matrix | |
| operator/=(const Matrix &) | ifw::odp::Matrix | |
| operator=(const Matrix &) | ifw::odp::Matrix | |
| operator==(const Matrix &) const | ifw::odp::Matrix | |
| Product(const Matrix &, Matrix *product) | ifw::odp::Matrix | |
| ResetCplError() | ifw::odp::Error | |
| Set(cpl_size row, cpl_size col, double value) | ifw::odp::Matrix | |
| SetCplMatrix(cpl_matrix *matrix) | ifw::odp::Matrix | inline |
| Solve(const Matrix &, Matrix *solved) | ifw::odp::Matrix | |
| SolveNormal(const Matrix &, Matrix *solved) | ifw::odp::Matrix | |
| Sqrt(const Matrix &matrix) | ifw::odp::Matrix | |
| Transpose(Matrix *transpose) | ifw::odp::Matrix | |
| ~Error() | ifw::odp::Error | virtual |
| ~Matrix() | ifw::odp::Matrix | virtual |
| ~MatrixWrapper() | ifw::odp::MatrixWrapper | virtual |