<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Concept for a type that supports arithmetic operations. More...
#include <concepts.hpp>
Concept for a type that supports arithmetic operations.
An arithmetic type must implement the operators +
, -
, *
, and /
,, with constant operands, and =
, +=
, -=
, *=
, and /=
with a constant second operand. It must also implement the unary operator -
for the change of sign.
T | Type. |