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