DiscretizedSpaceElement.asarray
- DiscretizedSpaceElement.asarray(out=None, must_be_contiguous=False)[source]
Extract the data of this array as a numpy array.
Parameters
- out
numpy.ndarray, optional Array in which the result should be written in-place. Has to be contiguous and of the correct dtype.
- out