Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::Matrix< DIM, FT > Member List

This is the complete list of members for GEO::Matrix< DIM, FT >, including all inherited members.

compute_inverse(matrix_type &result) constGEO::Matrix< DIM, FT >inline
data() constGEO::Matrix< DIM, FT >inline
data()GEO::Matrix< DIM, FT >inline
dimGEO::Matrix< DIM, FT >static
dimension() constGEO::Matrix< DIM, FT >inline
get_lower_triangle(FT *store) constGEO::Matrix< DIM, FT >inline
inverse() constGEO::Matrix< DIM, FT >inline
is_identity() constGEO::Matrix< DIM, FT >inline
load_identity()GEO::Matrix< DIM, FT >inline
load_zero()GEO::Matrix< DIM, FT >inline
Matrix()GEO::Matrix< DIM, FT >inline
Matrix(const FT *vals)GEO::Matrix< DIM, FT >inlineexplicit
Matrix(const std::initializer_list< std::initializer_list< FT > > &Mi)GEO::Matrix< DIM, FT >inline
matrix_type typedefGEO::Matrix< DIM, FT >
mult(const Matrix< DIM, FT > &M, const FT *x, FT *y)GEO::Matrix< DIM, FT >related
operator()(index_t i, index_t j)GEO::Matrix< DIM, FT >inline
operator()(index_t i, index_t j) constGEO::Matrix< DIM, FT >inline
operator*(FT val) constGEO::Matrix< DIM, FT >inline
operator*(const matrix_type &m) constGEO::Matrix< DIM, FT >inline
operator*=(FT val)GEO::Matrix< DIM, FT >inline
operator+(const matrix_type &m) constGEO::Matrix< DIM, FT >inline
operator+=(const matrix_type &m)GEO::Matrix< DIM, FT >inline
operator-(const matrix_type &m) constGEO::Matrix< DIM, FT >inline
operator-=(const matrix_type &m)GEO::Matrix< DIM, FT >inline
operator/(FT val) constGEO::Matrix< DIM, FT >inline
operator/=(FT val)GEO::Matrix< DIM, FT >inline
operator<<(std::ostream &output, const Matrix< DIM, FT > &m)GEO::Matrix< DIM, FT >related
operator>>(std::istream &input, Matrix< DIM, FT > &m)GEO::Matrix< DIM, FT >related
transpose() constGEO::Matrix< DIM, FT >inline
value_type typedefGEO::Matrix< DIM, FT >