Typedef proxsuite::proxqp::detail::LayoutImpl

Typedef Documentation

template<typename T>
using proxsuite::proxqp::detail::LayoutImpl = proxsuite::linalg::veg::meta::constant<Layout, (bool(T::IsRowMajor) ? rowmajor : colmajor)>