CVPlainMatrix< M > Struct Template Reference

CPP API: mio::CVPlainMatrix< M > Struct Template Reference
mio::CVPlainMatrix< M > Struct Template Reference

helper to get the matrix type from an eigen expression with correct const volatile qualitfications. More...

#include <eigen_util.h>

Public Types

using Type = typename M::PlainMatrix
 

Detailed Description

template<class M>
struct mio::CVPlainMatrix< M >

helper to get the matrix type from an eigen expression with correct const volatile qualitfications.

Member Typedef Documentation

◆ Type

template<class M >
using mio::CVPlainMatrix< M >::Type = typename M::PlainMatrix