All Classes Namespaces Functions Typedefs Enumerations Pages
fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT > Member List

This is the complete list of members for fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >, including all inherited members.

add(int j, const Vector< Row, AT > &x)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
add(int i, const RowVector< Col, AT > &x)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
add(const Range< Var, Var > &I, const Range< Var, Var > &J, const Matrix< Type, Row, Col, AT > &A) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
blasOrder() const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
blasTrans() const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
col(int i) const (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
cols() const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
e(int i, int j) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
e(int i, int j) const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
init(const AT &a=0)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
init(Init, const AT &a=0) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
init(Eye, const AT &a=1) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
init(Noinit, const AT &a=0) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
ldim() const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(Noinit) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(Init ini=INIT, const AT &a=0) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(Eye ini, const AT &a=1) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(int m, int n, Noinit) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(int m, int n, Init ini=INIT, const AT &a=0) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(int m, int n, Eye ini, const AT &a=1) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(const Matrix< General, Row, Col, AT > &A) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
Matrix(const Matrix< Type, Row, Col, AT > &A) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inlineexplicit
Matrix(const char *str)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >
Matrix(std::vector< std::vector< AT > > m)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator std::vector< std::vector< AT > >()fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()(int i, int j)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()(int i, int j) const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()()fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()() const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()(const Range< Var, Var > &I, const Range< Var, Var > &J) const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()(const Range< Fixed< M1 >, Fixed< M2 > > &I, const Range< Fixed< N1 >, Fixed< N2 > > &J) const (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()(const Range< Fixed< M1 >, Fixed< M2 > > &I, const Range< Var, Var > &J) const (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator()(const Range< Var, Var > &I, const Range< Fixed< N1 >, Fixed< N2 > > &J) const (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
operator=(const Matrix< Type, Row, Col, AT > &A) (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
row(int j) const (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
rows() const fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
set(int j, const Vector< Row, AT > &x)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
set(int i, const RowVector< Col, AT > &x)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
set(const Range< Var, Var > &I, const Range< Var, Var > &J, const Matrix< Type, Row, Col, AT > &A)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline
T() const (defined in fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >)fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT >inline

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML