![]() |
cuLite v0.3.1
A lite CUDA C++ Interface
|
Dense vector objects with contiguous device storage. More...
Typedefs | |
| using | culite::dns::RdVector = XxVector<real_t> |
| Double precision real device vector. | |
| using | culite::dns::RfVector = XxVector<real4_t> |
| Single precision real device vector. | |
| using | culite::dns::CdVector = CxVector<complex_t> |
| Double precision complex device vector. | |
| using | culite::dns::CfVector = CxVector<complex8_t> |
| Single precision complex device vector. | |
Dense vector objects with contiguous device storage.
Dense vectors store elements sequentially in GPU memory. They support a variety of initialization methods, including random generation and wrapping of existing device pointers.