Re-exports

pub use cpu::*;
pub use cuda::*;
pub use opencl::*;

Modules

Structs

A matrix using Buffer described with rows and columns

Traits

Assignment operations

Element-wise +, -, *, / operations for matrices.

Matrix multiplication. Uses provided device.

Functions