ViennaCL - The Vienna Computing Library  1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hankel_matrix_operations.hpp File Reference

Implementations of operations using hankel_matrix. Experimental. More...

Go to the source code of this file.

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::linalg
 Provides all linear algebra operations which are not covered by operator overloads.
 

Functions

template<typename NumericT , unsigned int AlignmentV>
void viennacl::linalg::prod_impl (viennacl::hankel_matrix< NumericT, AlignmentV > const &A, viennacl::vector_base< NumericT > const &vec, viennacl::vector_base< NumericT > &result)
 Carries out matrix-vector multiplication with a hankel_matrix. More...
 

Detailed Description

Implementations of operations using hankel_matrix. Experimental.

Definition in file hankel_matrix_operations.hpp.