WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
clockwerk::CartesianVector< L > Member List

This is the complete list of members for clockwerk::CartesianVector< L >, including all inherited members.

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