|
ViennaCL - The Vienna Computing Library
1.5.1
|
Provides the datastructures for dealing with statements of the type x = (y) +- (z) More...
#include "viennacl/forwards.h"#include "viennacl/scheduler/forwards.h"#include "viennacl/scheduler/execute_scalar_assign.hpp"#include "viennacl/scheduler/execute_generic_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. | |
| namespace | viennacl::scheduler::detail |
Implementation details for the scheduler. | |
Functions | |
| void | execute_axbx (statement const &s, statement_node const &root_node) |
| Deals with x = (y) +- (z) where y and z are either data objects or expressions. | |
Provides the datastructures for dealing with statements of the type x = (y) +- (z)
1.7.6.1