Overloaded Scilab insertion operator
rop(i) = op rop(i,j) = op
multi-precision or double scalar
Insert elements of op
into rop
.
The : symbol cannot be used when using the overloaded insertion.
Compared to most overloaded functions, the overloaded insertion has very little additional overhead over the non-overloaded case when inserting a scalar.