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

Concept for vectors that can be converted to a legacy vector. More...

#include <concepts.hpp>

Detailed Description

Concept for vectors that can be converted to a legacy vector.

A legacy vector is a vector that can be converted to tlapack::legacy::Vector. The conversion is performed by calling legacy_vector(const T&), which should be callable from the namespace tlapack. The layout of the vector, tlapack::layout<vector_t>, must be either tlapack::Layout::ColMajor, tlapack::Layout::RowMajor, or tlapack::Layout::Strided. Moreover, a legacy vector must also satisfy the concept tlapack::concepts::LegacyArray.

Template Parameters
vector_tVector type.

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