<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Concept for scalar types. More...
#include <concepts.hpp>
Concept for scalar types.
A scalar type is a type that supports arithmetic and comparison operations. The types real_type<T>
and complex_type<T>
must satisfy the concepts tlapack::concepts::Real and tlapack::concepts::Complex, respectively. Moreover,
abs()
and sqrt()
. These functions must be callable from the namespace tlapack
.T | Scalar type. |