Am 06.05.2021 um 10:05 schrieb Sven Schreiber:
Right, but I'm wondering whether this isn't inefficient because the ok
values are overwritten with themselves. Or aren't they internally?
BTW, shouldn't this work?
<hansl>
matrix m = {1, NA}
eval misszero(m[2])
</hansl>
I'm getting an error "is matrix not series", but m[2] should -I believe-
be auto-converted to scalar type here.
cheers
sven