abs abstract method

void abs()

Calculates absolute value for each element.

Element i is calculated with the formula:

x[i] = x[i].abs();

Implementation

void abs();