Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 266 Bytes

Linspace.to_array.md

File metadata and controls

18 lines (9 loc) · 266 Bytes

Linspace.to_array (function)

def to_array(self)

Convert to an nparray Array object (note: not a numpy array, to access the underlying numpy object, call the .array property)

Returns