<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>
concept
tlapack::concepts::TransposableMatrix
=
Matrix<matrix_t>
&&
requires
(
const
matrix_t& A)
{
{
transpose_view(A)
}
->Matrix<>;
}
tlapack::concepts::Matrix
Definition
concepts.hpp:330
tlapack::concepts::TransposableMatrix
Definition
concepts.hpp:489
tlapack
concepts
TransposableMatrix
Generated by
1.9.8