ARTS built-in documentation server
Workspace Method MatrixVectorMultiply
Description
Multiply a Matrix with a Vector Computes the normal Matrix-Vector product, out=m*v. It is ok if out and v are the same Vector.
Authors: Stefan Buehler and Patrick Eriksson
Synopsis
MatrixVectorMultiply( | out, m, v ) |
Variables
GOUT | out | (Vector) | The result of the multiplication (length m). |
GIN | m | (Matrix) | The Matrix to multiply (dimension mxn). |
GIN | v | (Vector) | The original Vector (length n). |