Symbolic element-wise clampint function (ternary operation) for LazyTensor
objects.
Usage
clampint(x, y, z)
Value
An object of class LazyTensor.
Arguments
x
A LazyTensor, a vector of numeric values, or a scalar value.
y
An integer.
z
An integer.
Author
Chloe Serre-Combe, Amelie Vernay
Details
clampint(x, y, z) returns a LazyTensor that encodes,
symbolically, the element-wise clamping of x in (y, z) which are
integers. See clamp() for more details.
Broadcasting rules apply.