Alexander Michael wrote: > Is there any documentation available for your maskedarray? I would > like to get a feel for the basics, like how do I take the dot product, > do elementwise multiplication, etc, with your implementation. > > Thanks, > Alex > _______________________________________________ > Numpy-discussion mailing list > [email protected] > http://projects.scipy.org/mailman/listinfo/numpy-discussion
Alex, Pierre wrote some notes about maskedarray here: http://projects.scipy.org/scipy/numpy/wiki/MaskedArray starting half-way down the page. For normal use, do whatever you would do with numpy.ma; the maskedarray implementation is highly compatible, so the same functions and methods are available with the same signatures. Eric _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
