Typedef ouster::sdk::core::MatrixX3R

Typedef Documentation

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

Nx3 matrix with row-major storage.

Template Parameters:

T – The data type for the matrix.