| begin() (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| begin() const (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| blasOrder() const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| blasTrans() const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| col(int j) const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| cols() const (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| const_iterator typedef (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | |
| e(int i, int j) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| e(int i, int j) const (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| end() (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| end() const (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| init(const AT &val=AT()) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| init(Init, const AT &a=AT()) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| init(Eye, const AT &val=1) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| init(Noinit, const AT &a=AT()) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| init0(const AT &val=AT()) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| init0(Init, const AT &a=AT()) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| isVector (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | static |
| iterator typedef (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | |
| ldim() const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| Matrix() | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| Matrix(int m_, int n_, Noinit) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| Matrix(int m_, int n_, Init ini=INIT, const AT &a=AT()) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| Matrix(int m_, int n_, Eye ini, const AT &a=1) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| Matrix(const Matrix< General, Ref, Ref, AT > &A) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| Matrix(const Matrix< General, Row, Col, AT > &A) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| Matrix(const Matrix< Type, Row, Col, AT > &A) | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| Matrix(int m_, int n_, AT *ele_) | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| Matrix(const std::string &strs) | fmatvec::Matrix< General, Ref, Ref, AT > | |
| Matrix(const char *strs) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | |
| Matrix(const std::vector< std::vector< AT > > &m) | fmatvec::Matrix< General, Ref, Ref, AT > | inlineexplicit |
| nonZeroElements() const | fmatvec::Matrix< General, Ref, Ref, AT > | |
| operator Matrix< General, Ref, Ref, AT2 >() const (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator std::vector< std::vector< AT > >() const | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| operator&=(SquareMatrix< Ref, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inline |
| operator&=(Matrix< General, Ref, Ref, AT > &A) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| operator()(int i, int j) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator()(int i, int j) const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator()() | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator()() const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator()(const Range< Var, Var > &I, const Range< Var, Var > &J) const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator()(const Range< Var, Var > &I) const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| operator<<=(const Matrix< Type, Row, Col, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inline |
| operator=(const SquareMatrix< Ref, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inline |
| operator=(const Matrix< Type, Row, Col, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inline |
| fmatvec::Matrix< General, Ref, Ref, AT >::operator=(const Matrix< General, Ref, Ref, AT > &A) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| resize(int m, Noinit) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| resize(int m, Init ini=INIT, const AT &a=AT()) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| resize(int m, Eye ini, const AT &a=1) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| resize(int m, int n) | fmatvec::SquareMatrix< Ref, AT > | inline |
| resize(int m_, int n_, Noinit) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| resize(int m, int n, Init ini=INIT, const AT &a=AT()) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| resize(int m, int n, Eye ini, const AT &a=1) (defined in fmatvec::Matrix< General, Ref, Ref, AT >) | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| row(int i) const | fmatvec::Matrix< General, Ref, Ref, AT > | inline |
| rows() const (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| shape_type typedef (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | |
| size() const | fmatvec::SquareMatrix< Ref, AT > | inline |
| SquareMatrix() | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| SquareMatrix(int m, Noinit ini) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| SquareMatrix(int m, Init ini=INIT, const AT &a=AT()) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| SquareMatrix(int m, Eye ini, const AT &a=1) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| SquareMatrix(const SquareMatrix< Ref, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inline |
| SquareMatrix(const SquareMatrix< Row, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inline |
| SquareMatrix(const Matrix< Type, Row, Col, AT > &A) | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| SquareMatrix(int m, AT *ele) | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| SquareMatrix(const char *str) (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| SquareMatrix(const std::vector< std::vector< AT > > &m) | fmatvec::SquareMatrix< Ref, AT > | inlineexplicit |
| T() const (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | inline |
| value_type typedef (defined in fmatvec::SquareMatrix< Ref, AT >) | fmatvec::SquareMatrix< Ref, AT > | |
| ~Matrix()=default | fmatvec::Matrix< General, Ref, Ref, AT > | |