oa::FnMatrix::max

max: Reduce all values by maximum; dim is retained as a compatibility parameter and is not a dimensional reduction.

Function Documentation

oa::Matrix oa::FnMatrix::max( const oa::Matrix & inA, oa::I32 inDim = -1 )
max: Reduce all values by maximum; dim is retained as a compatibility parameter and is not a dimensional reduction.

Parameters

inA
const oa::Matrix &

inDim
oa::I32

Default: -1

Returns

oa::Matrix

The declared return value.