template<typename T>
{
{
(legacy_matrix(A)).layout
}
{
}
{
}
->std::convertible_to<size_type<T>>;
{
(legacy_matrix(A)).ptr[0]
}
->std::convertible_to<type_t<T>>;
{
(legacy_matrix(A)).ldim
}
->std::convertible_to<size_type<T>>;
}
Layout
Definition types.hpp:29
Definition concepts.hpp:652
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113