genType mix (genType x,
genType y,
genBType a)
genDType mix (genDType x,
genDType y,
genBType a)
Selects which vector each returned component comes
from. For a component of a that is false, the
corresponding component of x is returned. For a
component of a that is true, the corresponding
component of y is returned. Components of x and y that
are not selected are allowed to be invalid floating point
values and will have no effect on the results. Thus, this
provides different functionality than, for example,
genType mix(genType x, genType y, genType(a))
where a is a Boolean vector