DiSMEC++
|
#include <eigen_generic.h>
Public Types | |
using | base_t = EigenVariantWrapper< Eigen::Ref< Types >... > |
Public Types inherited from dismec::types::EigenVariantWrapper< Eigen::Ref< Types >... > | |
using | variant_t = std::variant< Types... > |
Additional Inherited Members | |
Public Member Functions inherited from dismec::types::EigenVariantWrapper< Eigen::Ref< Types >... > | |
EigenVariantWrapper (T &&source) | |
auto | size () const |
auto | rows () const |
auto | cols () const |
variant_t & | unpack_variant () |
const variant_t & | unpack_variant () const |
T & | get () |
const T & | get () const |
Protected Attributes inherited from dismec::types::EigenVariantWrapper< Eigen::Ref< Types >... > | |
variant_t | m_Variant |
Definition at line 128 of file eigen_generic.h.
using dismec::types::RefVariant< Types >::base_t = EigenVariantWrapper<Eigen::Ref<Types>...> |
Definition at line 130 of file eigen_generic.h.