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

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

#include <concepts.hpp>

Detailed Description

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

A constructable array must provide implementations of the functors tlapack::traits::CreateFunctor and tlapack::traits::CreateStaticFunctor for the types tlapack::matrix_type<array_t> and tlapack::vector_type<array_t>.

Template Parameters
array_tMatrix or vector type.

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