numpy.matrix.round — NumPy v1.13 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.13 Manual
- NumPy Reference
- Array objects
- Standard array subclasses
- numpy.matrix
- index
- next
- previous
matrix. round(decimals=0, out=None)¶
Return a with each element rounded to the given number of decimals.
Refer to numpy.around for full documentation.
See also
equivalent function