ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
matrix_vector_int.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/vector.hpp"
#include "viennacl/linalg/prod.hpp"
#include "viennacl/linalg/norm_2.hpp"
#include "viennacl/linalg/direct_solve.hpp"
#include "viennacl/linalg/lu.hpp"
#include "viennacl/linalg/sum.hpp"

Go to the source code of this file.

Macros

#define VIENNACL_WITH_UBLAS   1
 

Functions

template<typename ScalarType >
ScalarType diff (ScalarType &s1, viennacl::scalar< ScalarType > &s2)
 
template<typename ScalarType , typename VCLVectorType >
ScalarType diff (ublas::vector< ScalarType > const &v1, VCLVectorType const &v2)
 
template<typename ScalarType , typename VCLMatrixType >
ScalarType diff (ublas::matrix< ScalarType > const &mat1, VCLMatrixType const &mat2)
 
template<typename NumericT , typename UblasMatrixType , typename UblasVectorType , typename VCLMatrixType , typename VCLVectorType1 , typename VCLVectorType2 >
int test_prod_rank1 (UblasMatrixType &ublas_m1, UblasVectorType &ublas_v1, UblasVectorType &ublas_v2, VCLMatrixType &vcl_m1, VCLVectorType1 &vcl_v1, VCLVectorType2 &vcl_v2)
 
template<typename NumericT , typename F >
int test ()
 
int main ()
 

Detailed Description

Tests routines for matrix-vector operaions (BLAS level 2) using integer arithmetic.

Test:
Tests routines for matrix-vector operaions (BLAS level 2) using integer arithmetic.

Definition in file matrix_vector_int.cpp.

Macro Definition Documentation

#define VIENNACL_WITH_UBLAS   1

Definition at line 43 of file matrix_vector_int.cpp.

Function Documentation

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

Definition at line 61 of file matrix_vector_int.cpp.

template<typename ScalarType , typename VCLVectorType >
ScalarType diff ( ublas::vector< ScalarType > const &  v1,
VCLVectorType const &  v2 
)

Definition at line 70 of file matrix_vector_int.cpp.

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

Definition at line 86 of file matrix_vector_int.cpp.

int main ( )

Definition at line 791 of file matrix_vector_int.cpp.

template<typename NumericT , typename F >
int test ( )

Definition at line 275 of file matrix_vector_int.cpp.

template<typename NumericT , typename UblasMatrixType , typename UblasVectorType , typename VCLMatrixType , typename VCLVectorType1 , typename VCLVectorType2 >
int test_prod_rank1 ( UblasMatrixType &  ublas_m1,
UblasVectorType &  ublas_v1,
UblasVectorType &  ublas_v2,
VCLMatrixType &  vcl_m1,
VCLVectorType1 &  vcl_v1,
VCLVectorType2 &  vcl_v2 
)

Definition at line 110 of file matrix_vector_int.cpp.