oa::FnMatrix::clampMax
clampMax: Element-wise clamp max: out = min(A, Max).
Function Documentation
clampMax: Element-wise clamp max: out = min(A, Max).
Parameters
inAconst oa::Matrix &—
inMaxoa::F32—
Returns
oa::MatrixThe declared return value.
clampMax: Element-wise clamp max: out = min(A, Max).
inAconst oa::Matrix &—
inMaxoa::F32—
oa::MatrixThe declared return value.
On this page