<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::concepts::TransposableMatrix Concept Reference

Concept definition

template<typename matrix_t>
{
{
transpose_view(A)
}
->Matrix<>;
}
Definition concepts.hpp:330
Definition concepts.hpp:489
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