ifw-odp
2.0.0-alpha
|
This is the complete list of members for odp::MatrixWrapper, including all inherited members.
AddCplError() const | odp::Error | protected |
Append(const Matrix &matrix, int mode) | odp::Matrix | |
CheckCplError() const | odp::Error | |
DumpError(unsigned self, unsigned first, unsigned last) | odp::Error | protectedstatic |
Error() | odp::Error | explicit |
Get(cpl_size row, cpl_size col, double *value) const | odp::Matrix | |
Get(cpl_size row, cpl_size col) | odp::Matrix | |
GetCplMatrix() const | odp::Matrix | inline |
GetErrorMsg() const | odp::Error | protected |
GetMatrixPtr(void **data_ptr) const | odp::Matrix | |
GetMatrixPtr() const | odp::Matrix | inline |
GetNumCols() const | odp::Matrix | inline |
GetNumRows() const | odp::Matrix | inline |
GetSize() const | odp::Matrix | |
Invert(Matrix *inverse) | odp::Matrix | |
IsDiagonal(const double tolerance) | odp::Matrix | |
IsIdentity(const double tolerance) | odp::Matrix | |
IsMatrix() const | odp::Matrix | inline |
IsZero(const double tolerance) | odp::Matrix | |
m_cpl_matrix | odp::Matrix | protected |
Matrix() | odp::Matrix | |
Matrix(const Matrix &matrix) | odp::Matrix | explicit |
Matrix(cpl_size rows, cpl_size cols) | odp::Matrix | explicit |
MatrixWrapper() | odp::MatrixWrapper | |
MatrixWrapper(cpl_size rows, cpl_size cols) | odp::MatrixWrapper | |
MatrixWrapper(cpl_size nrows, cpl_size ncols, double *buf) | odp::MatrixWrapper | |
MatrixWrapper(const MatrixWrapper &matrix) | odp::MatrixWrapper | |
operator!=(const Matrix &) const | odp::Matrix | |
operator*(const double) | odp::Matrix | |
operator*(const Matrix &) | odp::Matrix | |
operator*=(const double) | odp::Matrix | |
operator*=(const Matrix &) | odp::Matrix | |
operator+(const double) | odp::Matrix | |
operator+(const Matrix &) | odp::Matrix | |
operator+=(const double) | odp::Matrix | |
operator+=(const Matrix &) | odp::Matrix | |
operator-(const double) | odp::Matrix | |
operator-(const Matrix &) | odp::Matrix | |
operator-=(const double) | odp::Matrix | |
operator-=(const Matrix &) | odp::Matrix | |
operator/(const double) | odp::Matrix | |
operator/(const Matrix &) | odp::Matrix | |
operator/=(const double) | odp::Matrix | |
operator/=(const Matrix &) | odp::Matrix | |
operator=(const Matrix &) | odp::Matrix | |
operator==(const Matrix &) const | odp::Matrix | |
Product(const Matrix &, Matrix *product) | odp::Matrix | |
ResetCplError() | odp::Error | |
Set(cpl_size row, cpl_size col, double value) | odp::Matrix | |
SetCplMatrix(cpl_matrix *matrix) | odp::Matrix | inline |
Solve(const Matrix &, Matrix *solved) | odp::Matrix | |
SolveNormal(const Matrix &, Matrix *solved) | odp::Matrix | |
Sqrt(const Matrix &matrix) | odp::Matrix | |
Transpose(Matrix *transpose) | odp::Matrix | |
~Error() | odp::Error | virtual |
~Matrix() | odp::Matrix | virtual |
~MatrixWrapper() | odp::MatrixWrapper | virtual |