|
linbox
|
Generic matrix-vector apply y = A * x.
More...
#include <submatrix.h>
Generic matrix-vector apply y = A * x.
This version of apply allows use of arbitrary input and output vector * types.
| y | Output vector |
| x | Input vector |
y = A^T * x This version of applyTranspose allows use of arbitrary input and output vector types | y | Output vector |
| x | Input vector |