template class mrpt::math::detail::MatrixWrapper<U, false>ΒΆ

#include <mrpt/math/matrix_adaptors.h>

template <typename U>
class MatrixWrapper<U, false>
{
public:
    // typedefs

    typedef CMatrixDynamic<U> MatrixType;
};