<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<class T > | |
constexpr auto | tlapack::size (const std::span< T > &x) noexcept |
template<class T , class Allocator > | |
constexpr auto | tlapack::size (const std::vector< T, Allocator > &x) noexcept |
template<class vec_t , class SliceSpec , std::enable_if_t< traits::is_stdvector_type< vec_t >, int > = 0> | |
constexpr auto | tlapack::slice (const vec_t &v, SliceSpec &&rows) noexcept |
Variables | |
template<typename T > | |
constexpr bool | tlapack::traits::is_stdvector_type = internal::is_std_vector<T>::value |