![]() |
cuLite v0.3.1
A lite CUDA C++ Interface
|
Dense matrix objects using column-major device storage. More...
Typedefs | |
| using | culite::dns::RdMatrix = XxMatrix<real_t> |
| Double precision real matrix. | |
| using | culite::dns::RfMatrix = XxMatrix<real4_t> |
| Single precision real matrix. | |
| using | culite::dns::CdMatrix = CxMatrix<complex_t> |
| Double precision complex matrix. | |
| using | culite::dns::CfMatrix = CxMatrix<complex8_t> |
| Single precision complex matrix. | |
Dense matrix objects using column-major device storage.
Dense matrices are optimized for throughput-heavy operations. This group includes classes for real and complex data, providing interfaces for matrix-matrix and matrix-vector products.