ViennaCL - The Vienna Computing Library  1.5.1
Namespaces | Functions
viennacl/scheduler/execute_scalar_assign.hpp File Reference

Deals with the execution of x = RHS; for a vector x and any compatible right hand side expression RHS. More...

#include "viennacl/forwards.h"
#include "viennacl/scheduler/forwards.h"
#include "viennacl/scheduler/execute_vector_dispatcher.hpp"

Go to the source code of this file.

Namespaces

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  viennacl::scheduler
 

Contains the scheduling functionality which allows for dynamic kernel generation as well as the fusion of multiple statements into a single kernel.


Functions

void execute_scalar_assign_composite (statement const &s, statement_node const &root_node)
 Deals with x = RHS where RHS is a vector expression.

Detailed Description

Deals with the execution of x = RHS; for a vector x and any compatible right hand side expression RHS.