| Copyright | [2017] Trevor L. McDonell |
|---|---|
| License | BSD3 |
| Maintainer | Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> |
| Stability | experimental |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Array.Accelerate.Numeric.LinearAlgebra.BLAS.Level2
Description
Level 2 (matrix-vector) BLAS operations.
Documentation
Many operations allow you to implicitly transpose the arguments. For
a given input matrix mat with dimensions Z :. m :. n (that is; m rows
and n columns):
Constructors
| N | Leave the matrix as is. |
| T | Treat the matrix as implicitly transposed, with dimensions |
| H | Implicitly transpose and conjugate the input matrix. For complex-valued
matrices a given element |