FortCpp icon indicating copy to clipboard operation
FortCpp copied to clipboard

where

Open dalon-work opened this issue 10 years ago • 1 comments

This will have to act similar to NumPy's where routine.

dalon-work avatar Mar 02 '15 23:03 dalon-work

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.

dalon-work avatar Feb 12 '16 00:02 dalon-work