, including all inherited members.
Clear() | CxUtils::Matrix | |
Cols() const | CxUtils::Matrix | [inline] |
Create(const unsigned int rows, const unsigned int cols) | CxUtils::Matrix | |
Create(const unsigned int rows, const unsigned int cols, const double v) | CxUtils::Matrix | |
CreateRotationX(const double val, const bool degres=false) | CxUtils::Matrix | [static] |
CreateRotationY(const double val, const bool degres=false) | CxUtils::Matrix | [static] |
CreateRotationZ(const double val, const bool degres=false) | CxUtils::Matrix | [static] |
CreateScalingMatrix(const double x, const double y, const double z) | CxUtils::Matrix | [static] |
CreateTranslationMatrix(const double x, const double y, const double z) | CxUtils::Matrix | [static] |
Destroy() | CxUtils::Matrix | |
GaussJordan(Matrix &a, Matrix &b) | CxUtils::Matrix | [static] |
GaussJordan(const Matrix &a, const Matrix &b, Matrix &x) | CxUtils::Matrix | [static] |
GetDeterminant(double &d) const | CxUtils::Matrix | |
GetInverse(Matrix &i) const | CxUtils::Matrix | |
GetMinor(const unsigned int row, const unsigned int col, Matrix &minor) const | CxUtils::Matrix | |
Inverse() const | CxUtils::Matrix | |
IsSquare() const | CxUtils::Matrix | [inline] |
Matrix() | CxUtils::Matrix | |
Matrix(const Matrix &m) | CxUtils::Matrix | |
Matrix(const unsigned int rows, const unsigned int cols) | CxUtils::Matrix | |
Matrix(const unsigned int rows, const unsigned int cols, const double v) | CxUtils::Matrix | |
mCols | CxUtils::Matrix | [protected] |
mpMatrix | CxUtils::Matrix | [protected] |
mRows | CxUtils::Matrix | [protected] |
mSize | CxUtils::Matrix | [protected] |
operator()(const unsigned int row, const unsigned int col) | CxUtils::Matrix | |
operator()(const unsigned int row, const unsigned int col) const | CxUtils::Matrix | |
operator*(const Matrix &m) const | CxUtils::Matrix | |
operator*=(const Matrix &m) | CxUtils::Matrix | |
operator+(const Matrix &m) const | CxUtils::Matrix | |
operator+=(const Matrix &m) | CxUtils::Matrix | |
operator-(const Matrix &m) const | CxUtils::Matrix | |
operator-=(const Matrix &m) | CxUtils::Matrix | |
operator/(const Matrix &m) const | CxUtils::Matrix | |
operator/=(const Matrix &m) | CxUtils::Matrix | |
operator=(const Matrix &m) | CxUtils::Matrix | |
operator=(const double v) | CxUtils::Matrix | |
operator[](const unsigned int i) | CxUtils::Matrix | |
operator[](const unsigned int i) const | CxUtils::Matrix | |
Print() const | CxUtils::Matrix | |
Rows() const | CxUtils::Matrix | [inline] |
Transpose(const Matrix &original, Matrix &transpose) | CxUtils::Matrix | [static] |
Transpose() const | CxUtils::Matrix | |
~Matrix() | CxUtils::Matrix | |