tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
blas1_vector_abs_sum.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 
namespace  etl::linalg
 

Functions

template<in_vector InVec>
constexpr auto vector_abs_sum (InVec v) noexcept -> typename InVec::value_type
 
template<in_vector InVec, typename Scalar>
constexpr auto vector_abs_sum (InVec v, Scalar init) noexcept -> Scalar