Typedef ouster::sdk::core::MatrixX16R

Typedef Documentation

template<typename T>
using ouster::sdk::core::MatrixX16R = Eigen::Matrix<T, Eigen::Dynamic, 16, Eigen::RowMajor>

Nx16 matrix with row-major storage.

Template Parameters:

T – The data type for the matrix.