_checkLookupBoundaries(const unsigned int &start_r, const unsigned int &end_r, const unsigned int &start_c, const unsigned int &end_c) const | clockwerk::Matrix< T, R, C > | protected |
_LUPDecompose(T *A[R], unsigned int P[R+1]) const | clockwerk::Matrix< T, R, C > | protected |
det(T &result) const | clockwerk::Matrix< T, R, C > | |
dump() const | clockwerk::Matrix< T, R, C > | |
eye() (defined in clockwerk::Matrix< T, R, C >) | clockwerk::Matrix< T, R, C > | inline |
get(const unsigned int &row, const unsigned int &col, T &result) const | clockwerk::Matrix< T, R, C > | |
get(const unsigned int &row, const unsigned int &col) const | clockwerk::Matrix< T, R, C > | |
getAsArray(T *start_ptr) const | clockwerk::Matrix< T, R, C > | |
getCopy(Matrix< T, R, C > &result) const | clockwerk::Matrix< T, R, C > | |
identity() | clockwerk::Matrix< T, R, C > | |
inverse(Matrix< T, R, C > &result) const | clockwerk::Matrix< T, R, C > | |
inverse() const (defined in clockwerk::Matrix< T, R, C >) | clockwerk::Matrix< T, R, C > | inline |
Matrix() | clockwerk::Matrix< T, R, C > | |
Matrix(T elements) | clockwerk::Matrix< T, R, C > | |
Matrix(const T(&initial)[R][C]) | clockwerk::Matrix< T, R, C > | |
Matrix(const Matrix< T, R, C > &initial) | clockwerk::Matrix< T, R, C > | |
Matrix(const std::array< std::array< T, C >, R > &initial) | clockwerk::Matrix< T, R, C > | |
max(T &result, std::pair< unsigned int, unsigned int > &index) const | clockwerk::Matrix< T, R, C > | |
min(T &result, std::pair< unsigned int, unsigned int > &index) const | clockwerk::Matrix< T, R, C > | |
operator=(const Matrix< T, R, C > &other) | clockwerk::Matrix< T, R, C > | |
operator[](unsigned int idx) | clockwerk::Matrix< T, R, C > | |
set(const unsigned int &row, const unsigned int &col, const T &value) | clockwerk::Matrix< T, R, C > | |
setFromArray(const T *start_ptr) | clockwerk::Matrix< T, R, C > | |
setToZeros() | clockwerk::Matrix< T, R, C > | |
size() | clockwerk::Matrix< T, R, C > | inline |
str() const | clockwerk::Matrix< T, R, C > | |
trace(T &result) const | clockwerk::Matrix< T, R, C > | |
transpose(Matrix< T, C, R > &result) const | clockwerk::Matrix< T, R, C > | |
transpose() const (defined in clockwerk::Matrix< T, R, C >) | clockwerk::Matrix< T, R, C > | |
values | clockwerk::Matrix< T, R, C > | |
~Matrix() | clockwerk::Matrix< T, R, C > | inline |