|
ViennaCL - The Vienna Computing Library
1.5.0
|
Deals with the execution of A = RHS; for a matrix A and any compatible right hand side expression RHS. More...
#include "viennacl/forwards.h"#include "viennacl/scheduler/forwards.h"#include "viennacl/scheduler/execute_matrix_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_matrix (statement const &s, statement_node const &root_node) |
| Generic dispatcher. | |
| void | execute_matrix_composite (statement const &s, statement_node const &root_node) |
| Deals with x = RHS where RHS is a matrix expression. | |
| void | execute_matrix_matrix (statement const &, statement_node const &root_node) |
| Deals with A = B for a matrix B. | |
Deals with the execution of A = RHS; for a matrix A and any compatible right hand side expression RHS.
1.7.6.1