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