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

Concept for a type that supports arithmetic operations. More...

#include <concepts.hpp>

Detailed Description

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.

Template Parameters
TType.

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