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

Concept for scalar types. More...

#include <concepts.hpp>

Detailed Description

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,

  • it must be move assignable.
  • it must support the math functions abs() and sqrt(). These functions must be callable from the namespace tlapack.
Template Parameters
TScalar type.

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