R/ops.R
pow-.value.Rd
Element-wise power operation. Supports broadcasting when one operand is a 1x1 scalar matrix.
# S3 method for class 'value' b^e
A value object or numeric (base)
A value object or numeric (exponent)
A new value object representing the element-wise power b^e