<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
LegacyArray Interface Reference

Concept for types that can be converted to a legacy matrix. More...

#include <concepts.hpp>

Detailed Description

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.

Template Parameters
TMatrix or Vector type.

The documentation for this interface was generated from the following file: