ARTS built-in documentation server
Workspace Method VectorPower
Description
Calculates the power of each element in a vector. The result can either be stored in the same or another vector.
Authors: Patrick Eriksson
Synopsis
VectorPower( | out, in, power ) |
Variables
GOUT | out | (Vector) | Output Vector. |
GIN | in | (Vector) | Input Vector. |
GIN | power | (Numeric) | Power (exponent). |