treams.SMatrix.__array__¶
- SMatrix.__array__(dtype=None)¶
Convert to an numpy array.
This function returns the bare array without annotations. This function does not necessarily make a copy of the array.
- Parameters:
dtype (optional) – Type of the returned array.