ViennaCL - The Vienna Computing Library
1.5.2
|
Mapping of a implicit matrix to a generator class. More...
#include <mapped_objects.hpp>
Public Member Functions | |
mapped_implicit_matrix (std::string const &scalartype) | |
std::string | generate_default (std::pair< std::string, std::string > const &) const |
std::string & | append_kernel_arguments (std::set< std::string > &, std::string &str, unsigned int) const |
Friends | |
class | map_functor |
Mapping of a implicit matrix to a generator class.
mapped_implicit_matrix | ( | std::string const & | scalartype | ) | [inline] |
std::string& append_kernel_arguments | ( | std::set< std::string > & | , |
std::string & | str, | ||
unsigned int | |||
) | const [inline, virtual] |
Reimplemented from mapped_object.
std::string generate_default | ( | std::pair< std::string, std::string > const & | index | ) | const [inline, virtual] |
Implements mapped_object.
friend class map_functor [friend] |