Typedef bitrl::Mat

Typedef Documentation

template<typename T, uint_t N, uint_t M>
using bitrl::Mat = Eigen::Matrix<T, N, M>

General fixed size matrix.