FortCpp
FortCpp copied to clipboard
where
This will have to act similar to NumPy's where routine.
Overload [] operator to accept a 1d boolean array. This will return a wrapper MaskedArray class. It will return a dummy reference if the boolean for that element is false?? This will only work on the LHS I think.