Logic functions
  • References/Python/NumPy/Routines

Truth value testing

2025-01-10 15:47:30
numpy.testing.decorators.skipif()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.decorators.skipif(skip_condition, msg=None)

2025-01-10 15:47:30
Laguerre.has_samecoef()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

Laguerre.has_samecoef(other)

2025-01-10 15:47:30
numpy.ma.hsplit()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.hsplit(ary, indices_or_sections) = Split an array into multiple sub-arrays horizontally (column-wise). Please

2025-01-10 15:47:30
chararray.dumps()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert

2025-01-10 15:47:30
numpy.ma.ones()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.ones(shape, dtype=None, order='C') = Return a new array of given shape and type, filled with ones.

2025-01-10 15:47:30
numpy.ma.trace()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.trace(self, offset=0, axis1=0, axis2=1, dtype=None, out=None) a.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) =

2025-01-10 15:47:30
numpy.ma.atleast_1d()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.atleast_1d(*arys) = Convert inputs to arrays with at least one dimension. Scalar inputs are converted to 1-dimensional

2025-01-10 15:47:30
numpy.ma.masked_not_equal()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.masked_not_equal(x, value, copy=True)

2025-01-10 15:47:30
MaskedArray.soften_mask()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.soften_mask()

2025-01-10 15:47:30