Types in Dune::XT::Common

type Dune::XT::Common::EnableDebugLoggingForCtors

No documentation provided.

type Dune::XT::Common::FileBuffer

No documentation provided.

enum Dune::XT::Common::LogFlags

bit flags selecting log severity (error/info/debug) and sinks (console/file) for a log stream

enumerator Dune::XT::Common::LogFlags::LOG_NONE
enumerator Dune::XT::Common::LogFlags::LOG_ERROR
enumerator Dune::XT::Common::LogFlags::LOG_INFO
enumerator Dune::XT::Common::LogFlags::LOG_DEBUG
enumerator Dune::XT::Common::LogFlags::LOG_CONSOLE
enumerator Dune::XT::Common::LogFlags::LOG_FILE
enumerator Dune::XT::Common::LogFlags::LOG_NEXT
enum Dune::XT::Common::MatrixPattern

sparsity pattern of a matrix, used to select specialized matrix algorithms

enumerator Dune::XT::Common::MatrixPattern::dense
enumerator Dune::XT::Common::MatrixPattern::upper_triangular
enumerator Dune::XT::Common::MatrixPattern::lower_triangular
enumerator Dune::XT::Common::MatrixPattern::tridiagonal
enumerator Dune::XT::Common::MatrixPattern::diagonal
enum Dune::XT::Common::StorageLayout

enums for matrix algorithms

enumerator Dune::XT::Common::StorageLayout::dense_row_major
enumerator Dune::XT::Common::StorageLayout::dense_column_major
enumerator Dune::XT::Common::StorageLayout::csr
enumerator Dune::XT::Common::StorageLayout::csc
enumerator Dune::XT::Common::StorageLayout::other
type Dune::XT::Common::T_aliased

T_aliased < T, Index > is always the type T, no matter what index is

enum Dune::XT::Common::Transpose

whether a matrix algorithm should operate on the matrix or its transpose

enumerator Dune::XT::Common::Transpose::no
enumerator Dune::XT::Common::Transpose::yes
type Dune::XT::Common::complex_t

No documentation provided.

type Dune::XT::Common::field_t

No documentation provided.

type Dune::XT::Common::handler_type

type of handler functions

type Dune::XT::Common::make_index_sequence_t

No documentation provided.

type Dune::XT::Common::multiplication_promoted_t

No documentation provided.

type Dune::XT::Common::null_template_tuple

No documentation provided.

type Dune::XT::Common::real_t

No documentation provided.

type Dune::XT::Common::require_t

Alias that is well-formed (and equal to void) iff condition holds, and ill-formed (SFINAE) otherwise.

type Dune::XT::Common::tuple_cat_t

No documentation provided.

type Dune::XT::Common::tuple_head_t

No documentation provided.

type Dune::XT::Common::tuple_tail_t

No documentation provided.