| Point Cloud Library (PCL)
    1.15.1-dev
    | 
This is the complete list of members for ON_Matrix, including all inherited members.
| Add(const ON_Matrix &A, const ON_Matrix &B) | ON_Matrix | |
| BackSolve(double, int, const double *, double *) const | ON_Matrix | |
| BackSolve(double, int, const ON_3dPoint *, ON_3dPoint *) const | ON_Matrix | |
| BackSolve(double, int, int, int, const double *, int, double *) const | ON_Matrix | |
| ColCount() const | ON_Matrix | |
| ColOp(int, double, int) | ON_Matrix | |
| ColScale(int, double) | ON_Matrix | |
| Create(int, int) | ON_Matrix | |
| Create(int, int, int, int) | ON_Matrix | |
| Create(int row_count, int col_count, double **M, bool bDestructorFreeM) | ON_Matrix | |
| Destroy() | ON_Matrix | |
| EmergencyDestroy() | ON_Matrix | |
| Invert(double) | ON_Matrix | |
| IsColOrthoganal() const | ON_Matrix | |
| IsColOrthoNormal() const | ON_Matrix | |
| IsRowOrthoganal() const | ON_Matrix | |
| IsRowOrthoNormal() const | ON_Matrix | |
| IsSquare() const | ON_Matrix | |
| IsValid() const | ON_Matrix | |
| m | ON_Matrix | |
| MaxCount() const | ON_Matrix | |
| MinCount() const | ON_Matrix | |
| Multiply(const ON_Matrix &A, const ON_Matrix &B) | ON_Matrix | |
| ON_Matrix() | ON_Matrix | |
| ON_Matrix(int row_count, int col_count) | ON_Matrix | |
| ON_Matrix(int, int, int, int) | ON_Matrix | |
| ON_Matrix(const ON_Xform &) | ON_Matrix | |
| ON_Matrix(const ON_Matrix &) | ON_Matrix | |
| ON_Matrix(int row_count, int col_count, double **M, bool bDestructorFreeM) | ON_Matrix | |
| operator=(const ON_Matrix &) | ON_Matrix | |
| operator=(const ON_Xform &) | ON_Matrix | |
| operator[](int) | ON_Matrix | |
| operator[](int) const | ON_Matrix | |
| RowCount() const | ON_Matrix | |
| RowOp(int, double, int) | ON_Matrix | |
| RowReduce(double, double &, double &) | ON_Matrix | |
| RowReduce(double, double *, double *=NULL) | ON_Matrix | |
| RowReduce(double, ON_3dPoint *, double *=NULL) | ON_Matrix | |
| RowReduce(double, int, int, double *, double *=NULL) | ON_Matrix | |
| RowScale(int, double) | ON_Matrix | |
| Scale(double s) | ON_Matrix | |
| SetDiagonal(double) | ON_Matrix | |
| SetDiagonal(const double *) | ON_Matrix | |
| SetDiagonal(int, const double *) | ON_Matrix | |
| SetDiagonal(const ON_SimpleArray< double > &) | ON_Matrix | |
| SwapCols(int, int) | ON_Matrix | |
| SwapRows(int, int) | ON_Matrix | |
| Transpose() | ON_Matrix | |
| Zero() | ON_Matrix | |
| ~ON_Matrix() | ON_Matrix | virtual |