Template Struct MatrixMatrixProduct

Struct Documentation

template<typename M1, typename M2>
struct MatrixMatrixProduct

Public Types

typedef Eigen::ProductReturnType<M1, M2>::Type type