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

Concept for matrices that implement tlapack::traits::CreateFunctor and tlapack::traits::CreateStaticFunctor. More...

#include <concepts.hpp>

Detailed Description

Concept for matrices that implement tlapack::traits::CreateFunctor and tlapack::traits::CreateStaticFunctor.

A constructable matrix must provide an implementation of the functors tlapack::traits::CreateFunctor and tlapack::traits::CreateStaticFunctor for the type matrix_t. The outputs of the functors satisfy the concept tlapack::concepts::Matrix.

Moreover, a constructable matrix must also satisfy the concept tlapack::concepts::ConstructableArray.

Template Parameters
matrix_tMatrix type.

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