|
ViennaCL - The Vienna Computing Library
1.5.1
|
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 |
Public Member Functions inherited from mapped_object | |
| mapped_object (std::string const &scalartype) | |
| std::string const & | scalartype () const |
| void | access_name (std::string const &str) |
| std::string const & | access_name () const |
| virtual std::string | generate (std::pair< std::string, std::string > const &index, int) const |
| virtual | ~mapped_object () |
Friends | |
| class | map_functor |
Additional Inherited Members | |
Protected Member Functions inherited from mapped_object | |
| virtual std::string | append_vector_size (std::string const &scalartype, unsigned int) const |
Protected Attributes inherited from mapped_object | |
| std::string | access_name_ |
| std::string | scalartype_ |
Mapping of a implicit matrix to a generator class.
|
inline |
|
inlinevirtual |
Reimplemented from mapped_object.
|
inlinevirtual |
Implements mapped_object.
|
friend |
1.8.6