Module collenchyma_blas::plugin
[−]
[src]
Provides the IBlas library trait for Collenchyma implementation.
Traits
Asum |
Provides the asum operation. |
Axpy |
Provides the axpy operation. |
BlasBinaryProvider |
Allows a BlasBinary to be provided which is used for a IBlas implementation. |
Copy |
Provides the copy operation. |
Dot |
Provides the dot operation. |
Gemm |
Provides the gemm operation. |
IBlas |
Provides the functionality for a backend to support Basic Linear Algebra Subprogram operations. |
Nrm2 |
Provides the nrm2 operation. |
Scal |
Provides the scal operation. |
Swap |
Provides the swap operation. |