Go to the source code of this file.
Functions | |
template<typename ScalarType > | |
ScalarType | diff (ScalarType const &s1, ScalarType const &s2) |
template<typename ScalarType , typename ViennaCLVectorType > | |
ScalarType | diff (std::vector< ScalarType > const &v1, ViennaCLVectorType const &vcl_vec) |
template<typename T , typename U , typename EpsilonT > | |
void | check (T const &t, U const &u, EpsilonT eps) |
int | main () |
Testing the BLAS level 2 routines in the ViennaCL BLAS-like shared library
Definition in file libviennacl_blas2.cpp.
void check | ( | T const & | t, |
U const & | u, | ||
EpsilonT | eps | ||
) |
Definition at line 63 of file libviennacl_blas2.cpp.
ScalarType diff | ( | ScalarType const & | s1, |
ScalarType const & | s2 | ||
) |
Definition at line 33 of file libviennacl_blas2.cpp.
ScalarType diff | ( | std::vector< ScalarType > const & | v1, |
ViennaCLVectorType const & | vcl_vec | ||
) |
Definition at line 41 of file libviennacl_blas2.cpp.
int main | ( | ) |
Definition at line 75 of file libviennacl_blas2.cpp.