vSMC
vSMC: Scalable Monte Carlo
Functions
C BLAS

Selected C BLAS like routines. More...

Functions

template<typename T >
vsmc::math::asum (std::size_t n, const T *x)
 Sum of vector magnitudes. More...
 
template<typename T >
vsmc::math::dot (std::size_t n, const T *x, const T *y)
 The dot product. More...
 

Detailed Description

Selected C BLAS like routines.

Function Documentation

template<typename T >
T vsmc::math::asum ( std::size_t  n,
const T *  x 
)
inline

Sum of vector magnitudes.

Definition at line 61 of file cblas.hpp.

template<typename T >
T vsmc::math::dot ( std::size_t  n,
const T *  x,
const T *  y 
)
inline

The dot product.

Definition at line 75 of file cblas.hpp.