ViennaCL - The Vienna Computing Library  1.5.0
Namespaces | Functions
viennacl/scheduler/execute_vector_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

Functions

void execute_vector (statement const &s, statement_node const &root_node)
 Generic dispatcher.
void execute_vector_composite (statement const &s, statement_node const &root_node)
 Deals with x = RHS where RHS is a vector expression.
void execute_vector_vector (statement const &, statement_node const &root_node)
 Deals with x = y for a vector y.

Detailed Description

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