, including all inherited members.
c_data() const | util::Matrix< nRows, nCols, T > | [inline] |
cofactor(const Matrix< nRows, nRows, T > &mat, size_t i, size_t j) | util::Matrix< nRows, nCols, T > | [related] |
const_iterator typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
const_pointer_type typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
const_reference_type typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
data() | util::Matrix< nRows, nCols, T > | [inline] |
det(const Matrix< 1, 1, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
det(const Matrix< 2, 2, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
det(const Matrix< 3, 3, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
det(const Matrix< nRows, nRows, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
fillArray(T *array, bool row_first=true) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
identity() | util::Matrix< nRows, nCols, T > | [inline, static] |
inverse(const Matrix< 1, 1, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
inverse(const Matrix< 2, 2, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
inverse(const Matrix< 3, 3, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
inverse(const Matrix< nRows, nRows, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
iterator typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
map(const T &(*fct)(const T &), const Matrix< nRows, nCols, T > &m) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(T), const Matrix< nRows, nCols, T > &m) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(const T &), const Matrix< nRows, nCols, T > &m) | util::Matrix< nRows, nCols, T > | [related] |
map(const T &(*fct)(const T1 &), const Matrix< nRows, nCols, T1 > &m) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(T1), const Matrix< nRows, nCols, T1 > &m) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(const T1 &), const Matrix< nRows, nCols, T1 > &m) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(T, T), const Matrix< nRows, nCols, T > &m1, const Matrix< nRows, nCols, T > &m2) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(const T &, const T &), const Matrix< nRows, nCols, T > &m1, const Matrix< nRows, nCols, T > &m2) | util::Matrix< nRows, nCols, T > | [related] |
map(const T &(*fct)(const T &, const T &), const Matrix< nRows, nCols, T > &m1, const Matrix< nRows, nCols, T > &m2) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(T1, T2), const Matrix< nRows, nCols, T1 > &m1, const Matrix< nRows, nCols, T2 > &m2) | util::Matrix< nRows, nCols, T > | [related] |
map(T(*fct)(const T1 &, const T2 &), const Matrix< nRows, nCols, T1 > &m1, const Matrix< nRows, nCols, T2 > &m2) | util::Matrix< nRows, nCols, T > | [related] |
map(const T &(*fct)(const T1 &, const T2 &), const Matrix< nRows, nCols, T1 > &m1, const Matrix< nRows, nCols, T2 > &m2) | util::Matrix< nRows, nCols, T > | [related] |
Matrix(void) | util::Matrix< nRows, nCols, T > | [inline] |
Matrix(const Matrix &mat) | util::Matrix< nRows, nCols, T > | [inline] |
Matrix(const Matrix< nRows, nCols, T1 > &mat) | util::Matrix< nRows, nCols, T > | [inline, explicit] |
Matrix(const Matrix< nRows1, nCols1, T1 > &mat) | util::Matrix< nRows, nCols, T > | [inline, explicit] |
Matrix(const Vector< nCols, T1 > *vecs) | util::Matrix< nRows, nCols, T > | [inline] |
Matrix(const T *values, bool c_style=true) | util::Matrix< nRows, nCols, T > | [inline] |
Matrix(const T &value) | util::Matrix< nRows, nCols, T > | [inline] |
nbColumns() | util::Matrix< nRows, nCols, T > | [inline, static] |
nbRows() | util::Matrix< nRows, nCols, T > | [inline, static] |
norm(const Matrix< nRows, nCols, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
normsq(const Matrix< nRows, nCols, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
operator!=(const Matrix &mat) const (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator()(size_t i, size_t j) | util::Matrix< nRows, nCols, T > | [inline] |
operator()(size_t i, size_t j) const | util::Matrix< nRows, nCols, T > | [inline] |
operator*(const T &scalar) const | util::Matrix< nRows, nCols, T > | [inline] |
operator*(const T &scalar, const Matrix &mat) | util::Matrix< nRows, nCols, T > | [friend] |
operator*(const Vector< nCols, T > &vec) const | util::Matrix< nRows, nCols, T > | [inline] |
operator*(const Matrix< nRows, nSize, T > &mat1, const Matrix< nSize, nCols, T > &mat2) | util::Matrix< nRows, nCols, T > | [related] |
operator*=(const T &scalar) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator*=(const Matrix &mat) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator+(const Matrix &mat) const | util::Matrix< nRows, nCols, T > | [inline] |
operator+=(const Matrix &mat) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator-(void) const | util::Matrix< nRows, nCols, T > | [inline] |
operator-(const Matrix &mat) const (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator-=(const Matrix &mat) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator/(const T &scalar) const | util::Matrix< nRows, nCols, T > | [inline] |
operator/=(const T &scalar) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator<< (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [friend] |
operator<< (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [friend] |
operator=(const Matrix &mat) (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator=(const T &value) | util::Matrix< nRows, nCols, T > | [inline] |
operator==(const Matrix &mat) const (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [inline] |
operator>> (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [friend] |
operator>> (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | [friend] |
operator[](size_t idx) | util::Matrix< nRows, nCols, T > | [inline] |
operator[](size_t idx) const | util::Matrix< nRows, nCols, T > | [inline] |
operator~() | util::Matrix< nRows, nCols, T > | [inline] |
pointer_type typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
reference_type typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
rotation(const Vector< 3, T > &direction, T angle) | util::Matrix< nRows, nCols, T > | [inline, static] |
rotation(const Vector< 4, T > &direction, T angle) | util::Matrix< nRows, nCols, T > | [inline, static] |
size() | util::Matrix< nRows, nCols, T > | [inline, static] |
trace() const | util::Matrix< nRows, nCols, T > | [inline] |
transpose(const Matrix< nRows, nCols, T > &mat) | util::Matrix< nRows, nCols, T > | [related] |
value_type typedef (defined in util::Matrix< nRows, nCols, T >) | util::Matrix< nRows, nCols, T > | |
zero(void) | util::Matrix< nRows, nCols, T > | [inline] |