=========
Reference
=========


.. autoclass:: lazyarray.larray
   :members: apply, nrows, ncols, is_homogeneous

   .. method:: evaluate(simplify=False)
   
      Return the lazy array as a real NumPy array.
      
      If the array is homogeneous and ``simplify`` is ``True``, return a single
      numerical value.
      
      
# need to document shape attribute