<T>LAPACK
0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::concepts::LegacyMatrix Concept Reference
Concept definition
template
<
typename
matrix_t>
concept
tlapack::concepts::LegacyMatrix
=
Matrix<matrix_t>
&&
LegacyArray<matrix_t>
&&
((layout<matrix_t> == Layout::ColMajor) ||
(layout<matrix_t> == Layout::RowMajor))
tlapack::concepts::LegacyArray
Definition
concepts.hpp:652
tlapack::concepts::LegacyMatrix
Definition
concepts.hpp:690
tlapack::concepts::Matrix
Definition
concepts.hpp:330
tlapack
concepts
LegacyMatrix
Generated by
1.9.8