numerics
Loading...
Searching...
No Matches
vector.cpp File Reference

BLAS backend – cblas level-1 vector operations. More...

#include "core/vector.hpp"
#include "../seq/impl.hpp"
#include <cmath>
#include <cstdio>

Go to the source code of this file.

Namespaces

namespace  num
 
namespace  num::backends
 
namespace  num::backends::blas
 

Functions

void num::backends::blas::scale (Vector &v, real alpha)
 
void num::backends::blas::axpy (real alpha, const Vector &x, Vector &y)
 
real num::backends::blas::dot (const Vector &x, const Vector &y)
 
real num::backends::blas::norm (const Vector &x)
 

Detailed Description

BLAS backend – cblas level-1 vector operations.

Definition in file vector.cpp.