Module coaster_blas::plugin

source ·
Expand description

Provides the IBlas library trait for Coaster implementation.

Traits§

  • Provides the asum operation.
  • Provides the axpy operation.
  • Allows a BlasBinary to be provided which is used for a IBlas implementation.
  • Provides the copy operation.
  • Provides the dot operation.
  • Provides the gbmv operation
  • Provides the gemm operation.
  • Provides the functionality for a backend to support Basic Linear Algebra Subprogram operations.
  • Provides the nrm2 operation.
  • Provides the scal operation.
  • Provides the swap operation.