#include <alpaqa/config/config.hpp>
|
using | real_t |
| Real scalar element type.
|
using | cplx_t |
| Complex scalar element type.
|
using | vec |
| Dynamic vector type.
|
using | mvec |
| Map of vector type.
|
using | cmvec |
| Immutable map of vector type.
|
using | rvec |
| Reference to mutable vector.
|
using | crvec |
| Reference to immutable vector.
|
using | mat |
| Dynamic matrix type.
|
using | mmat |
| Map of matrix type.
|
using | cmmat |
| Immutable map of matrix type.
|
using | rmat |
| Reference to mutable matrix.
|
using | crmat |
| Reference to immutable matrix.
|
using | cmat |
| Dynamic complex matrix type.
|
using | mcmat |
| Map of complex matrix type.
|
using | cmcmat |
| Immutable map of complex matrix type.
|
using | rcmat |
| Reference to mutable complex matrix.
|
using | crcmat |
| Reference to immutable complex matrix.
|
using | length_t |
| Type for lengths and sizes.
|
using | index_t |
| Type for vector and matrix indices.
|
using | indexvec |
| Dynamic vector of indices.
|
using | rindexvec |
| Reference to mutable index vector.
|
using | crindexvec |
| Reference to immutable index vector.
|
using | mindexvec |
| Map of index vector type.
|
using | cmindexvec |
| Immutable map of index vector type.
|
|
static constexpr const char * | get_name () |
|
static constexpr bool | supports_indexvec |
| Whether indexing by vectors of indices is supported.
|
◆ real_t
Real scalar element type.
Definition at line 120 of file config.hpp.
◆ cplx_t
Complex scalar element type.
Definition at line 122 of file config.hpp.
◆ vec
◆ mvec
◆ cmvec
Immutable map of vector type.
Definition at line 128 of file config.hpp.
◆ rvec
Reference to mutable vector.
Definition at line 130 of file config.hpp.
◆ crvec
Reference to immutable vector.
Definition at line 132 of file config.hpp.
◆ mat
◆ mmat
◆ cmmat
Immutable map of matrix type.
Definition at line 138 of file config.hpp.
◆ rmat
Reference to mutable matrix.
Definition at line 140 of file config.hpp.
◆ crmat
Reference to immutable matrix.
Definition at line 142 of file config.hpp.
◆ cmat
Dynamic complex matrix type.
Definition at line 144 of file config.hpp.
◆ mcmat
Map of complex matrix type.
Definition at line 146 of file config.hpp.
◆ cmcmat
Immutable map of complex matrix type.
Definition at line 148 of file config.hpp.
◆ rcmat
Reference to mutable complex matrix.
Definition at line 150 of file config.hpp.
◆ crcmat
Reference to immutable complex matrix.
Definition at line 152 of file config.hpp.
◆ length_t
Type for lengths and sizes.
Definition at line 154 of file config.hpp.
◆ index_t
Type for vector and matrix indices.
Definition at line 156 of file config.hpp.
◆ indexvec
Dynamic vector of indices.
Definition at line 158 of file config.hpp.
◆ rindexvec
Reference to mutable index vector.
Definition at line 160 of file config.hpp.
◆ crindexvec
Reference to immutable index vector.
Definition at line 162 of file config.hpp.
◆ mindexvec
Map of index vector type.
Definition at line 164 of file config.hpp.
◆ cmindexvec
Immutable map of index vector type.
Definition at line 166 of file config.hpp.
◆ get_name()
constexpr const char * get_name |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ supports_indexvec
Whether indexing by vectors of indices is supported.
Definition at line 168 of file config.hpp.
The documentation for this struct was generated from the following file: