Skip to contents

A Daf query can use operations to process the data: Element-wise operations that preserve the shape of the data, and Reduction operations that reduce a matrix to a vector, or a vector to a scalar. See the Julia documentation for details.

Element-wise operation that converts every element to its absolute value. This operation preserves the shape of the data (scalar, vector, or matrix) but changes the values. By default, the output data type is the unsigned version of the input data type. See the Julia documentation for details.

Usage

Abs(...)

Arguments

...

Additional arguments needed to support usage of pipe operator

Value

A query operation object that can be used in a query sequence

Details

Query operations for DataAxesFormats