Back to LAPACK/BLAS
la.blas.matvec
Compute matrix-vector multiplication y = alpha*op(A)*x + beta*y.
Syntax
la.blas.matvec(A, x, options?)
Description
Compute matrix-vector multiplication y = alpha*op(A)*x + beta*y. Uses DGEMV from BLAS.
Parameters
| Name | Description |
|---|---|
| A | - Input matrix (m × n) |
| x | - Input vector |
| options(optional) | - Multiplication options |
Returns
MatvecResult