![]() |
cuLite v0.3.1
A lite CUDA C++ Interface
|
Functional-style algebraic operations. More...
Topics | |
| Add/Update Operations | |
| Operations for summing or updating existing containers. | |
| Inner/Outer product Operations | |
| Dot products and rank-1 updates. | |
| Matrix-Vector Operations | |
| Efficient products between matrices and vectors. | |
| Matrix-Matrix Operations | |
| High-performance matrix multiplications (GEMM). | |
Functional-style algebraic operations.
Provides a functional interface (typically via the culite::ops namespace) for performing linear algebra without relying solely on operator overloading.