{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / _PPolyBase / _ensure_c_contiguous

function

scipy.interpolate._interpolate:_PPolyBase._ensure_c_contiguous

source: /scipy/interpolate/_interpolate.py :693

Signature

def   _ensure_c_contiguous ( self )

Summary

c and x may be modified by the user. The Cython code expects that they are C contiguous.

Aliases

  • scipy.interpolate._interpolate._PPolyBase._ensure_c_contiguous