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

Defines the action of certain unary and binary operators and its arguments (for host execution). More...

#include "viennacl/forwards.h"
#include <cmath>

Go to the source code of this file.

Classes

struct  viennacl::linalg::detail::op_applier< OpT >
 Worker class for decomposing expression templates. More...
 

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.
 
 viennacl::linalg::detail
 Namespace holding implementation details for linear algebra routines. Usually not of interest for a library user.
 

Detailed Description

Defines the action of certain unary and binary operators and its arguments (for host execution).

Definition in file op_applier.hpp.