ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
toeplitz_matrix_operations.hpp File Reference

Implementations of operations using toeplitz_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<class SCALARTYPE , unsigned int ALIGNMENT>
void viennacl::linalg::prod_impl (const viennacl::toeplitz_matrix< SCALARTYPE, ALIGNMENT > &mat, const viennacl::vector_base< SCALARTYPE > &vec, viennacl::vector_base< SCALARTYPE > &result)
 Carries out matrix-vector multiplication with a toeplitz_matrix. More...
 

Detailed Description

Implementations of operations using toeplitz_matrix. Experimental.

Definition in file toeplitz_matrix_operations.hpp.