Typedef fuse_core::Matrix

Typedef Documentation

template<typename Scalar, int RowsAtCompileTime, int ColsAtCompileTime>
using fuse_core::Matrix = Eigen::Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, Eigen::RowMajor>