VectorDivideElementwise
- Workspace.VectorDivideElementwise(self: pyarts.arts._Workspace, c: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, a: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, b: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Element-wise division of two vectors.
The method calculates c = a / b.
The variable
b
is allowed to have length 1, for any length ofa
. This single value inb
is then applied to every element ofa
.The vectors
a
andc
can be the same WSV, whileb
can not be the same WSV as any of the the other vector.Author(s): Patrick Eriksson