 fmatvec::Atom | |
  fmatvec::Function< Ret(Arg)> | A function object with 1 argument |
  fmatvec::Function< Ret(Arg1, Arg2)> | A function object with 2 arguments |
 fmatvec::Der< Dep, Indep > | |
 fmatvec::Der< Dep, double > | |
 fmatvec::Der< double, Vector< IndepVecShape, double > > | |
 fmatvec::Der< Matrix< Rotation, DepMatShape, DepMatShape, double >, double > | |
 fmatvec::Der< Matrix< Rotation, DepMatShape, DepMatShape, double >, Vector< IndepVecShape, double > > | |
 fmatvec::Der< Vector< DepVecShape, double >, Vector< IndepVecShape, double > > | |
 fmatvec::Diagonal | Shape class for diagonal matrices |
 fmatvec::ErrorType | |
 fmatvec::Eye | |
 fmatvec::Fixed< M > | |
 fmatvec::Function< Sig > | |
 fmatvec::General | Basic shape class for matrices |
 fmatvec::GeneralBand | Shape class for general band matrices |
 fmatvec::Index | This is an index class for creating submatrices |
 fmatvec::Init | |
 fmatvec::Matrix< Type, Row, Col, AT > | This is the basic matrix class for arbitrary matrices |
 fmatvec::Matrix< Diagonal, Ref, Ref, AT > | This is a matrix class for diagonal matrices |
 fmatvec::Matrix< General, Fixed< 1 >, Fixed< N >, AT > | |
  fmatvec::RowVector< Fixed< N >, AT > | This is a rowvector class of general shape in dense storage format |
 fmatvec::Matrix< General, Fixed< 1 >, Var, AT > | |
  fmatvec::RowVector< Var, AT > | This is a vector class of general shape in dense storage format |
 fmatvec::Matrix< General, Fixed< M >, Fixed< 1 >, AT > | |
  fmatvec::Vector< Fixed< M >, AT > | This is a vector class of general shape in dense storage format |
 fmatvec::Matrix< General, Fixed< M >, Fixed< M >, AT > | |
  fmatvec::SquareMatrix< Fixed< M >, AT > | This is a matrix class of general quadratic matrices |
 fmatvec::Matrix< General, Fixed< M >, Fixed< M >, double > | |
  fmatvec::Matrix< Rotation, Fixed< M >, Fixed< M >, double > | |
 fmatvec::Matrix< General, Fixed< M >, Fixed< N >, AT > | This is a matrix class for general matrices |
 fmatvec::Matrix< General, Fixed< M >, Var, AT > | This is a matrix class for general matrices |
 fmatvec::Matrix< General, Ref, Ref, AT > | This is a matrix class for general matrices |
  fmatvec::RowVector< Ref, AT > | This is a rowvector class of general shape in dense storage format |
  fmatvec::SquareMatrix< Ref, AT > | This is a matrix class of general quadratic matrices |
  fmatvec::Vector< Ref, AT > | This is a vector class of general shape in dense storage format |
 fmatvec::Matrix< General, Var, Fixed< 1 >, AT > | |
  fmatvec::Vector< Var, AT > | This is a vector class of general shape in dense storage format |
 fmatvec::Matrix< General, Var, Fixed< N >, AT > | This is a matrix class for general matrices |
 fmatvec::Matrix< General, Var, Var, AT > | This is a matrix class for general matrices |
  fmatvec::SquareMatrix< Var, AT > | This is a matrix class of general quadratic matrices |
 fmatvec::Matrix< GeneralBand, Ref, Ref, AT > | This is a matrix class for general band matrices |
 fmatvec::Matrix< Sparse, Ref, Ref, AT > | This is a matrix class for sparse quadratic matrices |
 fmatvec::Matrix< Symmetric, Fixed< M >, Fixed< M >, AT > | This is a matrix class for symmetric matrices |
 fmatvec::Matrix< Symmetric, Ref, Ref, AT > | This is a matrix class for symmetric matrices |
 fmatvec::Matrix< Symmetric, Var, Var, AT > | This is a matrix class for symmetric matrices |
 fmatvec::Noinit | |
 fmatvec::Range< Row, Col > | This is an index class for creating submatrices |
 fmatvec::Range< Fixed< I1 >, Fixed< I2 > > | This is an index class for creating submatrices |
 fmatvec::Range< Var, Var > | This is an index class for creating submatrices |
 fmatvec::Ref | |
 fmatvec::Rotation | Shape class for rotation matrices |
 fmatvec::RowVector< Col, AT > | |
 fmatvec::Size< T > | |
 fmatvec::Size< double > | Defines the size type of a double as int |
 fmatvec::Size< Matrix< Type, RowShape, ColShape, double > > | Defines the size type of a matrix as a fixed size vector of type int (two integers) |
 fmatvec::Size< RowVector< Shape, double > > | Defines the size type of a row vector as int |
 fmatvec::Size< Vector< Shape, double > > | Defines the size type of a (column) vector as int |
 fmatvec::Sparse | Shape class for sparse matrices |
 fmatvec::SquareMatrix< Row, AT > | |
 fmatvec::StaticSize< T > | |
 fmatvec::StaticSize< double > | Defines the static size (dimension) of a double |
 fmatvec::StaticSize< Matrix< Storage, Fixed< N >, ColShape, AT > > | Defines the static size (dimension) of a partial fixed matrix |
 fmatvec::StaticSize< Matrix< Storage, Fixed< N >, Fixed< M >, AT > > | Defines the static size (dimension) of a fixed matrix |
 fmatvec::StaticSize< Matrix< Storage, RowShape, Fixed< M >, AT > > | Defines the static size (dimension) of a partial fixed matrix |
 fmatvec::StaticSize< RowVector< Fixed< N >, AT > > | Defines the static size (dimension) of a fixed rowvector |
 fmatvec::StaticSize< RowVector< Shape, AT > > | Defines the static size (dimension) of a row vector |
 fmatvec::StaticSize< Vector< Fixed< N >, AT > > | Defines the static size (dimension) of a fixed vector |
 fmatvec::StaticSize< Vector< Shape, AT > > | Defines the static size (dimension) of a vector |
 fmatvec::Symmetric | Shape class for symmetric matrices |
 fmatvec::Var | |
 fmatvec::Vector< Row, AT > | |