cuLite v0.3.1
A lite CUDA C++ Interface
Loading...
Searching...
No Matches
Functional Algebra

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).

Detailed Description

Functional-style algebraic operations.

Provides a functional interface (typically via the culite::ops namespace) for performing linear algebra without relying solely on operator overloading.