Module blas

Source
Expand description

Traits and implementations of BLAS providers

Enums§

MatrixOp
Represents how a matrix can be represented internally.

Traits§

BLAS
A complete BLAS library, levels 1, 2 and 3
BLAS1
BLAS Level 1 operations (Vector only)
BLAS2
BLAS Level 2 operations (Matrix-Vector)
BLAS3
BLAS Level 3 operations (Matrix-Matrix)
BLASContext
A context needed for running BLAS operations
DefaultBLASContext
The default blas context for a device