WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
clockwerk::Matrix< R, C > Member List

This is the complete list of members for clockwerk::Matrix< R, C >, including all inherited members.

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