![]() |
cuLite v0.3.1
A lite CUDA C++ Interface
|
Classes | |
| class | culite::dns::XiVector< T_Scalar > |
| The general purpose device dense vector class. More... | |
Functions | |
| template<typename T_Scalar> | |
| void | operator>> (const culite::dns::XiVector< T_Scalar > &src, cla3p::dns::XiVector< typename culite::TypeTraits< T_Scalar >::cla3p_type > &dest) |
| Copies the contents of src to dest. | |
| template<typename T_Scalar> | |
| void | operator>> (const cla3p::dns::XiVector< typename culite::TypeTraits< T_Scalar >::cla3p_type > &src, culite::dns::XiVector< T_Scalar > &dest) |
| Copies the contents of src to dest. | |
| template<typename T_Scalar> | |
| std::ostream & | operator<< (std::ostream &os, const culite::dns::XiVector< T_Scalar > &vec) |
| Writes to os the contents of vec. | |