HLR  0.0.1
HLR::Kinematics::Matrix< T, m, n > Member List

This is the complete list of members for HLR::Kinematics::Matrix< T, m, n >, including all inherited members.

at(std::size_t pos)HLR::Kinematics::Matrix< T, m, n >
at(std::size_t pos) const HLR::Kinematics::Matrix< T, m, n >
fuzzy_equal(const Matrix< T, m, n > &mat, T fuzz) const noexceptHLR::Kinematics::Matrix< T, m, n >
get_identity() noexceptHLR::Kinematics::Matrix< T, m, n >static
get_m() const noexceptHLR::Kinematics::Matrix< T, m, n >
get_magnitude() const noexceptHLR::Kinematics::Matrix< T, m, n >
get_n() const noexceptHLR::Kinematics::Matrix< T, m, n >
horizontal_augment(const Matrix< T, m, p > &mat) const noexceptHLR::Kinematics::Matrix< T, m, n >
inverse() const noexceptHLR::Kinematics::Matrix< T, m, n >
Matrix()=defaultHLR::Kinematics::Matrix< T, m, n >
Matrix(const Matrix< T, m, n > &mat)=defaultHLR::Kinematics::Matrix< T, m, n >
Matrix(Matrix< T, m, n > &&mat)=defaultHLR::Kinematics::Matrix< T, m, n >
Matrix(std::initializer_list< std::initializer_list< T >> matrix_data)HLR::Kinematics::Matrix< T, m, n >
operator!=(const Matrix< T, m, n > &mat) noexceptHLR::Kinematics::Matrix< T, m, n >
operator*(const Matrix< T, n, p > &mat) const noexceptHLR::Kinematics::Matrix< T, m, n >
operator*=(T scalar) noexceptHLR::Kinematics::Matrix< T, m, n >
operator+(const Matrix< T, m, n > &mat) const noexceptHLR::Kinematics::Matrix< T, m, n >
operator+=(T scalar) noexceptHLR::Kinematics::Matrix< T, m, n >
operator+=(const Matrix< T, m, n > &mat) noexceptHLR::Kinematics::Matrix< T, m, n >
operator-(const Matrix< T, m, n > &mat) const noexceptHLR::Kinematics::Matrix< T, m, n >
operator-=(T scalar) noexceptHLR::Kinematics::Matrix< T, m, n >
operator-=(const Matrix< T, m, n > &mat) noexceptHLR::Kinematics::Matrix< T, m, n >
operator/=(T scalar) noexceptHLR::Kinematics::Matrix< T, m, n >
operator=(const Matrix< T, m, n > &mat)=defaultHLR::Kinematics::Matrix< T, m, n >
operator=(Matrix< T, m, n > &&mat)=defaultHLR::Kinematics::Matrix< T, m, n >
operator==(const Matrix< T, m, n > &mat) noexceptHLR::Kinematics::Matrix< T, m, n >
operator[](std::size_t pos) noexceptHLR::Kinematics::Matrix< T, m, n >
operator[](std::size_t pos) const noexceptHLR::Kinematics::Matrix< T, m, n >
slice() const noexceptHLR::Kinematics::Matrix< T, m, n >
str() const HLR::Kinematics::Matrix< T, m, n >
transpose() const noexceptHLR::Kinematics::Matrix< T, m, n >
vertical_augment(const Matrix< T, p, n > &mat) const noexceptHLR::Kinematics::Matrix< T, m, n >
~Matrix()=defaultHLR::Kinematics::Matrix< T, m, n >