#include <alpaqa/include/alpaqa/config/config.hpp>
Double-precision double
configuration.
Definition at line 115 of file config.hpp.
Public Types | |
using | real_t = double |
Real scalar element type. | |
using | vec = Eigen::VectorX< real_t > |
Dynamic vector type. | |
using | mvec = Eigen::Map< vec > |
Map of vector type. | |
using | cmvec = Eigen::Map< const vec > |
Immutable map of vector type. | |
using | rvec = Eigen::Ref< vec > |
Reference to mutable vector. | |
using | crvec = Eigen::Ref< const vec > |
Reference to immutable vector. | |
using | mat = Eigen::MatrixX< real_t > |
Dynamic matrix type. | |
using | mmat = Eigen::Map< mat > |
Map of matrix type. | |
using | cmmat = Eigen::Map< const mat > |
Immutable map of matrix type. | |
using | rmat = Eigen::Ref< mat > |
Reference to mutable matrix. | |
using | crmat = Eigen::Ref< const mat > |
Reference to immutable matrix. | |
using | length_t = Eigen::Index |
Type for lengths and sizes. | |
using | index_t = Eigen::Index |
Type for vector and matrix indices. | |
using | indexvec = Eigen::VectorX< index_t > |
Dynamic vector of indices. | |
using | rindexvec = Eigen::Ref< indexvec > |
Reference to mutable index vector. | |
using | crindexvec = Eigen::Ref< const indexvec > |
Reference to immutable index vector. | |
Static Public Member Functions | |
static constexpr const char * | get_name () |
|
inherited |
Real scalar element type.
Definition at line 77 of file config.hpp.
Dynamic vector type.
Definition at line 79 of file config.hpp.
Map of vector type.
Definition at line 81 of file config.hpp.
Immutable map of vector type.
Definition at line 83 of file config.hpp.
Reference to mutable vector.
Definition at line 85 of file config.hpp.
Reference to immutable vector.
Definition at line 87 of file config.hpp.
Dynamic matrix type.
Definition at line 89 of file config.hpp.
Map of matrix type.
Definition at line 91 of file config.hpp.
Immutable map of matrix type.
Definition at line 93 of file config.hpp.
Reference to mutable matrix.
Definition at line 95 of file config.hpp.
Reference to immutable matrix.
Definition at line 97 of file config.hpp.
|
inherited |
Type for lengths and sizes.
Definition at line 99 of file config.hpp.
|
inherited |
Type for vector and matrix indices.
Definition at line 101 of file config.hpp.
Dynamic vector of indices.
Definition at line 103 of file config.hpp.
Reference to mutable index vector.
Definition at line 105 of file config.hpp.
|
inherited |
Reference to immutable index vector.
Definition at line 107 of file config.hpp.
|
inlinestaticconstexpr |
Definition at line 116 of file config.hpp.