Inherits RefCounter.
Libraries |
This class provides operators and functions for coefficient wise access for matrices, i.e. it provides a scalar view on all matrix elements.
Operators cover elementwise scalar operations. Functions cover a wide field of scalar functions applied to all elements.
By using a reference counting system it is guaranteed that the refered object will not be deleted before the MatrixCWise is deleted.
returns the arcus tangens from two parameters: x is this array, y is the given array The output object contains the elementwise atan2 values