ViennaCL - The Vienna Computing Library  1.6.0
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
generator_blas3.cpp File Reference
#include <iostream>
#include <boost/numeric/ublas/io.hpp>
#include <boost/numeric/ublas/triangular.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/lu.hpp>
#include "viennacl/scalar.hpp"
#include "viennacl/matrix.hpp"
#include "viennacl/matrix_proxy.hpp"
#include "viennacl/vector.hpp"
#include "viennacl/linalg/prod.hpp"
#include "viennacl/linalg/norm_2.hpp"
#include "viennacl/linalg/direct_solve.hpp"
#include "examples/tutorial/Random.hpp"
#include "viennacl/device_specific/code_generator.hpp"
#include "list"

Go to the source code of this file.

Macros

#define NDEBUG
 
#define VIENNACL_HAVE_UBLAS   1
 

Functions

template<typename ScalarType >
ScalarType diff (ScalarType &s1, viennacl::scalar< ScalarType > &s2)
 
template<typename ScalarType , typename VCLMatrixType >
ScalarType diff (ublas::matrix< ScalarType > &mat1, VCLMatrixType &mat2)
 
template<typename NumericT , typename Epsilon , typename ReferenceMatrixTypeA , typename ReferenceMatrixTypeB , typename ReferenceMatrixTypeC , typename MatrixTypeA , typename MatrixTypeB , typename MatrixTypeC >
int test_prod (Epsilon const &epsilon, ReferenceMatrixTypeA const &A, ReferenceMatrixTypeA const &A_trans, ReferenceMatrixTypeB const &B, ReferenceMatrixTypeB const &B_trans, ReferenceMatrixTypeC &C, MatrixTypeA const &vcl_A, MatrixTypeA const &vcl_A_trans, MatrixTypeB const &vcl_B, MatrixTypeB const &vcl_B_trans, MatrixTypeC &vcl_C)
 
template<typename NumericT , typename F_A , typename F_B , typename F_C , typename Epsilon >
int test_prod (Epsilon const &epsilon)
 
template<typename NumericT , typename Epsilon >
int test (Epsilon const &epsilon)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define NDEBUG

Definition at line 19 of file generator_blas3.cpp.

#define VIENNACL_HAVE_UBLAS   1

Definition at line 43 of file generator_blas3.cpp.

Function Documentation

template<typename ScalarType >
ScalarType diff ( ScalarType s1,
viennacl::scalar< ScalarType > &  s2 
)

Definition at line 74 of file generator_blas3.cpp.

template<typename ScalarType , typename VCLMatrixType >
ScalarType diff ( ublas::matrix< ScalarType > &  mat1,
VCLMatrixType &  mat2 
)

Definition at line 83 of file generator_blas3.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 348 of file generator_blas3.cpp.

template<typename NumericT , typename Epsilon >
int test ( Epsilon const &  epsilon)

Definition at line 282 of file generator_blas3.cpp.

template<typename NumericT , typename Epsilon , typename ReferenceMatrixTypeA , typename ReferenceMatrixTypeB , typename ReferenceMatrixTypeC , typename MatrixTypeA , typename MatrixTypeB , typename MatrixTypeC >
int test_prod ( Epsilon const &  epsilon,
ReferenceMatrixTypeA const &  A,
ReferenceMatrixTypeA const &  A_trans,
ReferenceMatrixTypeB const &  B,
ReferenceMatrixTypeB const &  B_trans,
ReferenceMatrixTypeC &  C,
MatrixTypeA const &  vcl_A,
MatrixTypeA const &  vcl_A_trans,
MatrixTypeB const &  vcl_B,
MatrixTypeB const &  vcl_B_trans,
MatrixTypeC &  vcl_C 
)

Definition at line 117 of file generator_blas3.cpp.

template<typename NumericT , typename F_A , typename F_B , typename F_C , typename Epsilon >
int test_prod ( Epsilon const &  epsilon)

Definition at line 205 of file generator_blas3.cpp.