{ } Raw JSON

bundles / scipy latest / scipy / integrate / _cubature / _split_region_at_points

function

scipy.integrate._cubature:_split_region_at_points

source: /scipy/integrate/_cubature.py :496

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