bundles / scipy 1.17.1 / scipy / integrate / _cubature / _split_region_at_points
function
scipy.integrate._cubature:_split_region_at_points
Signature
def _split_region_at_points ( a , b , points , xp ) Summary
Given the integration limits a and b describing a rectangular region and a list of points, find the list of [(a_1, b_1), ..., (a_l, b_l)] which breaks up the initial region into smaller subregion such that no points lie strictly inside any of the subregions.
Aliases
-
scipy.integrate._cubature._split_region_at_points