treams.TMatrix.__array__¶
- TMatrix.__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.