ARTS built-in documentation server
Workspace Method VectorVectorMultiply
Description
Multiply a Vector with another Vector and store result in a third one. This is an element-wise multiplication. It is ok if output Vector is the same as any of the input Vectors.
Authors: Jana Mendrok
Synopsis
VectorVectorMultiply( | out, v1, v2 ) |
Variables
GOUT | out | (Vector) | The result of the multiplication (dimension m). |
GIN | v1 | (Vector) | Original Vector #1 (dimension m). |
GIN | v2 | (Vector) | Original Vector #2 (dimension m). |