src.build_graphs.make_grids

src.build_graphs.make_grids(start, stop, num) numpy.ndarray[source]

Make grids.

This function supports only cpu operations in numpy.

Parameters
  • start – start index in all dimensions

  • stop – stop index in all dimensions

  • num – number of grids in each dimension

Returns

point set P