<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Concept for types that can be converted to a legacy matrix. More...
#include <concepts.hpp>
Concept for types that can be converted to a legacy matrix.
The concept tlapack::concepts::LegacyArray applies to types that can be converted to tlapack::legacy::Matrix. The conversion is performed by calling legacy_matrix(const T&)
, which should be callable from the namespace tlapack
.
T | Matrix or Vector type. |