Back to Eigenvalue Solvers (ARPACK)
ar.sparse.denseMatvecT
Create a transpose matrix-vector product function from a dense matrix.
Syntax
ar.sparse.denseMatvecT(matrix, m, n, rowMajor?)
Description
Create a transpose matrix-vector product function from a dense matrix.
Parameters
| Name | Description |
|---|---|
| matrix | - Flat array containing matrix elements |
| m | - Number of rows |
| n | - Number of columns |
| rowMajor(optional) | - If true, matrix is row-major. If false, column-major. |
Returns
MatVecFunction