ViennaCL - The Vienna Computing Library  1.5.2
Namespaces | Functions
viennacl/linalg/host_based/sse_blas.hpp File Reference

optimized BLAS functions using SSE2 and SSE3 intrinsic functions More...

#include <cstddef>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  viennacl::linalg
 

Provides all linear algebra operations which are not covered by operator overloads.


namespace  viennacl::linalg::host_based
 

Holds all compute kernels with conventional host-based execution (buffers in CPU RAM).


namespace  viennacl::linalg::host_based::detail
 

Helper functions for the host-based linear algebra backend.


Functions

template<class T >
void _axpy (const T *, T *, vcl_size_t, T)
template<class T >
_dot (vcl_size_t, const T *, const T *)
template<class T >
_dotc (vcl_size_t, const T *, const T *)
template<class T >
void _swap (vcl_size_t, T *, T *)
template<class T >
void _copy (vcl_size_t, T *, T *)
template<class T >
_nrm2 (const T *, vcl_size_t)
template<class T >
conjIfComplex (T x)

Detailed Description

optimized BLAS functions using SSE2 and SSE3 intrinsic functions

Contributed by Alex Christensen.