On Tue, Jan 31, 2012 at 15:35, Benjamin Root <ben.r...@ou.edu> wrote:

> Furthermore, from the documentation:
>
> numpy.asanyarray = asanyarray(a, dtype=None, order=None, maskna=None,
> ownmaskna=False)
>      Convert the input to an ndarray, but pass ndarray subclasses through.
>
>      Parameters
>      ----------
>      a : array_like
>          Input data, in any form that can be converted to an array.  This
>          includes scalars, lists, lists of tuples, tuples, tuples of tuples,
>          tuples of lists, and ndarrays.

I should also add that this verbiage is also in np.asarray(). The only
additional feature of np.asanyarray() is that is does not convert
ndarray subclasses like matrix to ndarray objects. np.asanyarray()
does not accept more types of objects than np.asarray().

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to