5#include "../seq/impl.hpp"
10#ifdef NUMERICS_HAS_OMP
12 #pragma omp parallel for schedule(static)
13 for (
idx i = 0; i < n; ++i)
21#ifdef NUMERICS_HAS_OMP
23 #pragma omp parallel for schedule(static)
24 for (
idx i = 0; i < n; ++i)
32#ifdef NUMERICS_HAS_OMP
35 #pragma omp parallel for reduction(+ : sum) schedule(static)
36 for (
idx i = 0; i < n; ++i)
constexpr idx size() const noexcept
real dot(const Vector &x, const Vector &y)
void scale(Vector &v, real alpha)
void axpy(real alpha, const Vector &x, Vector &y)
real dot(const Vector &x, const Vector &y)
void scale(Vector &v, real alpha)
void axpy(real alpha, const Vector &x, Vector &y)