, including all inherited members.
Matrix() | Matrix< Rows, Cols, Precision, Layout > | |
Matrix(int rows, int cols) | Matrix< Rows, Cols, Precision, Layout > | |
Matrix(Precision *p) | Matrix< Rows, Cols, Precision, Layout > | |
Matrix(Precision *p, int r, int c) | Matrix< Rows, Cols, Precision, Layout > | |
Matrix(Precision *data, int rows, int cols, int rowstride, int colstride, Internal::Slicing) | Matrix< Rows, Cols, Precision, Layout > | |
Matrix(const Operator< Op > &op) | Matrix< Rows, Cols, Precision, Layout > | |
Matrix(const Matrix< Rows2, Cols2, Precision2, Base2 > &from) | Matrix< Rows, Cols, Precision, Layout > | |
num_cols() const | Matrix< Rows, Cols, Precision, Layout > | |
num_rows() const | Matrix< Rows, Cols, Precision, Layout > | |
operator!=(const Matrix< Rows2, Cols2, Precision2, Base2 > &rhs) const (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator!=(const Operator< Op > &op) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator()(int r, int c) const | Matrix< Rows, Cols, Precision, Layout > | |
operator()(int r, int c) | Matrix< Rows, Cols, Precision, Layout > | |
operator*=(const Precision rhs) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator+=(const Matrix< Rows2, Cols2, Precision2, Base2 > &from) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator+=(const Operator< Op > &op) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator-=(const Operator< Op > &op) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator-=(const Matrix< Rows2, Cols2, Precision2, Base2 > &from) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator/=(const Precision rhs) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator=(const Matrix &from) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator=(const Operator< Op > &op) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator=(const Matrix< Rows2, Cols2, Precision2, Base2 > &from) (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator==(const Matrix< Rows2, Cols2, Precision2, Base2 > &rhs) const (defined in Matrix< Rows, Cols, Precision, Layout >) | Matrix< Rows, Cols, Precision, Layout > | |
operator[](const std::pair< int, int > &row_col) const | Matrix< Rows, Cols, Precision, Layout > | |
operator[](const std::pair< int, int > &row_col) | Matrix< Rows, Cols, Precision, Layout > | |
operator[](int r) const | Matrix< Rows, Cols, Precision, Layout > | |
operator[](int r) | Matrix< Rows, Cols, Precision, Layout > | |
ref() | Matrix< Rows, Cols, Precision, Layout > | |
slice() const | Matrix< Rows, Cols, Precision, Layout > | |
slice() | Matrix< Rows, Cols, Precision, Layout > | |
slice(int rstart, int cstart, int rsize, int csize) const | Matrix< Rows, Cols, Precision, Layout > | |
slice(int rstart, int cstart, int rsize, int csize) | Matrix< Rows, Cols, Precision, Layout > | |
T() const | Matrix< Rows, Cols, Precision, Layout > | |
T() | Matrix< Rows, Cols, Precision, Layout > | |