Generic base for wrapping other linear algebra packages. More...
#include <tag_of.hpp>
Generic base for wrapping other linear algebra packages.
Maps types to tags, e.g. viennacl::vector to tag_viennacl, ublas::vector to tag_ublas if the matrix type is unknown, tag_none is returned
This is an internal function only, there is no need for a library user of ViennaCL to care about it any further
T | The type to be inspected |
Definition at line 84 of file tag_of.hpp.