| _checkLookupBoundaries(uint32 start_r, uint32 end_r, uint32 start_c, uint32 end_c) const | clockwerk::Matrix< L, 1 > | protected |
| _LUPDecompose(floating_point *A[R], uint32 P[R+1]) const | clockwerk::Matrix< L, 1 > | protected |
| CartesianVector() | clockwerk::CartesianVector< L > | inline |
| CartesianVector(floating_point elements) | clockwerk::CartesianVector< L > | inline |
| CartesianVector(const floating_point(&initial)[L]) | clockwerk::CartesianVector< L > | |
| CartesianVector(const CartesianVector< L > &initial) | clockwerk::CartesianVector< L > | |
| CartesianVector(const Matrix< L, 1 > &initial) | clockwerk::CartesianVector< L > | |
| CartesianVector(const std::array< floating_point, L > &initial) | clockwerk::CartesianVector< L > | |
| chol(Matrix< R, C > &retval) const | clockwerk::Matrix< L, 1 > | |
| det(floating_point &result) const | clockwerk::Matrix< L, 1 > | |
| eye() | clockwerk::Matrix< L, 1 > | inline |
| fromStr(const char *val) | clockwerk::Matrix< L, 1 > | |
| get(uint32 idx, floating_point &result) const | clockwerk::CartesianVector< L > | inline |
| get(uint32 idx) const | clockwerk::CartesianVector< L > | inline |
| clockwerk::Matrix< L, 1 >::get(uint32 row, uint32 col, floating_point &result) const | clockwerk::Matrix< L, 1 > | |
| getAsArray(floating_point *start_ptr, bool column_major=false) const | clockwerk::Matrix< L, 1 > | |
| getCopy(Matrix< R, C > &result) const | clockwerk::Matrix< L, 1 > | |
| identity() | clockwerk::Matrix< L, 1 > | |
| inverse(Matrix< R, C > &result) const | clockwerk::Matrix< L, 1 > | |
| Matrix() | clockwerk::Matrix< L, 1 > | |
| max(floating_point &result, std::pair< uint32, uint32 > &index) const | clockwerk::Matrix< L, 1 > | |
| min(floating_point &result, std::pair< uint32, uint32 > &index) const | clockwerk::Matrix< L, 1 > | |
| norm(floating_point &result) const | clockwerk::CartesianVector< L > | |
| norm() const | clockwerk::CartesianVector< L > | inline |
| normalize() | clockwerk::CartesianVector< L > | |
| normSquared(floating_point &result) const | clockwerk::CartesianVector< L > | |
| normSquared() const | clockwerk::CartesianVector< L > | inline |
| operator=(const Matrix< R, C > &other) | clockwerk::Matrix< L, 1 > | |
| operator[](uint32 idx) | clockwerk::CartesianVector< L > | |
| pseudoinverse(Matrix< C, R > &result) const | clockwerk::Matrix< L, 1 > | |
| set(uint32 idx, floating_point value) | clockwerk::CartesianVector< L > | inline |
| clockwerk::Matrix< L, 1 >::set(uint32 row, uint32 col, const floating_point &value) | clockwerk::Matrix< L, 1 > | |
| setFromArray(const floating_point *start_ptr, bool column_major=false) | clockwerk::Matrix< L, 1 > | |
| setToZeros() | clockwerk::Matrix< L, 1 > | |
| size() const | clockwerk::Matrix< L, 1 > | inline |
| str(char *output, size_t size) const | clockwerk::Matrix< L, 1 > | |
| trace(floating_point &result) const | clockwerk::Matrix< L, 1 > | |
| transpose(Matrix< C, R > &result) const | clockwerk::Matrix< L, 1 > | |
| unit(CartesianVector< L > &result) const | clockwerk::CartesianVector< L > | |
| unitize() | clockwerk::CartesianVector< L > | |
| values | clockwerk::Matrix< L, 1 > | |
| ~CartesianVector() | clockwerk::CartesianVector< L > | inline |
| ~Matrix() | clockwerk::Matrix< L, 1 > | inline |