These functions modify objects (mainly matrix objects) in place, i.e. they act directly on the C pointer. Due to their side-effect, they are not meant to be called by the end-user.
neq.constraints.inplace
apply unequality
constraints in place.
pmax.inplace(x, lim, skip = NULL) neq.constraints.inplace(x, constraints, ratio = NULL,
value = NULL, copy = FALSE)
an object to update in place.
lower threshold value
indexes to skip
constraint specification.
fixed ratio on which the constraint applies.
fixed value to enforce.
a logical that indicates if x
should
be updated in place or not.
pmax.inplace
is a version of pmax
that updates its first argument.