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

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

#include <concepts.hpp>

Detailed Description

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

A constructable vector must provide an implementation of the functors tlapack::traits::CreateFunctor and tlapack::traits::CreateStaticFunctor for the type vector_t. The output of the functor satisfies the concept tlapack::concepts::Vector.

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

Template Parameters
vector_tVector type.

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