SciPy

This is documentation for an old release of NumPy (version 1.8.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.matrix.clip

matrix.clip(a_min, a_max, out=None)

Return an array whose values are limited to [a_min, a_max].

Refer to numpy.clip for full documentation.

See also

numpy.clip
equivalent function

Previous topic

numpy.matrix.choose

Next topic

numpy.matrix.compress