, including all inherited members.
det() const | gridripper::math::Matrix< T > | |
getNumColumns() const | gridripper::math::Matrix< T > | [inline] |
getNumRows() const | gridripper::math::Matrix< T > | [inline] |
invert() | gridripper::math::Matrix< T > | [inline] |
invert(const Matrix< T > &) | gridripper::math::Matrix< T > | |
Matrix() | gridripper::math::Matrix< T > | [inline] |
Matrix(int rows, int columns) | gridripper::math::Matrix< T > | |
Matrix(const Matrix< T > &) | gridripper::math::Matrix< T > | |
minorMatrix(int row, int column) const | gridripper::math::Matrix< T > | |
numColumns | gridripper::math::Matrix< T > | [protected] |
numRows | gridripper::math::Matrix< T > | [protected] |
operator!=(const Matrix< T > &B) const | gridripper::math::Matrix< T > | [inline] |
operator()(int i, int j) | gridripper::math::Matrix< T > | [inline] |
operator()(int i, int j) const | gridripper::math::Matrix< T > | [inline] |
operator*(const MVector< T > &) const | gridripper::math::Matrix< T > | |
operator*(T) const | gridripper::math::Matrix< T > | |
operator*(const Matrix< T > &) const | gridripper::math::Matrix< T > | |
operator*(T2 s, const Matrix< T2 > &A) | gridripper::math::Matrix< T > | [friend] |
operator*(const MVector< T2 > &, const Matrix< T2 > &) | gridripper::math::Matrix< T > | [friend] |
operator*=(T) | gridripper::math::Matrix< T > | |
operator*=(const Matrix< T > &B) | gridripper::math::Matrix< T > | [inline] |
operator+() const | gridripper::math::Matrix< T > | [inline] |
operator+(const Matrix< T > &) const | gridripper::math::Matrix< T > | |
operator+=(const Matrix< T > &) | gridripper::math::Matrix< T > | |
operator-() const | gridripper::math::Matrix< T > | |
operator-(const Matrix< T > &) const | gridripper::math::Matrix< T > | |
operator-=(const Matrix< T > &) | gridripper::math::Matrix< T > | |
operator/(T) const | gridripper::math::Matrix< T > | |
operator/(const MVector< T2 > &, const Matrix< T2 > &) | gridripper::math::Matrix< T > | [friend] |
operator/=(T) | gridripper::math::Matrix< T > | |
operator<<(std::ostream &, const Matrix< T2 > &) | gridripper::math::Matrix< T > | [friend] |
operator=(const Matrix< T > &) | gridripper::math::Matrix< T > | |
operator==(const Matrix< T > &) const | gridripper::math::Matrix< T > | |
operator>>(std::istream &, Matrix< T2 > &) | gridripper::math::Matrix< T > | [friend] |
operator[](int i) | gridripper::math::Matrix< T > | [inline] |
operator[](int i) const | gridripper::math::Matrix< T > | [inline] |
operator^(int) const | gridripper::math::Matrix< T > | |
operator^=(int) | gridripper::math::Matrix< T > | |
operator~() const | gridripper::math::Matrix< T > | |
setIdentity() | gridripper::math::Matrix< T > | |
setSize(int rows, int columns) | gridripper::math::Matrix< T > | [virtual] |
setZero() | gridripper::math::Matrix< T > | |
swapRows(int i, int j) | gridripper::math::Matrix< T > | |
trace() const | gridripper::math::Matrix< T > | |
x | gridripper::math::Matrix< T > | [protected] |
~Matrix() (defined in gridripper::math::Matrix< T >) | gridripper::math::Matrix< T > | [virtual] |