choreo.segm.quad.QuadTable.__init__#

QuadTable.__init__()#

Builds a QuadTable from input node and weight arrays.

Parameters:
  • w (numpy.ndarray(shape = (n), dtype = np.float64)) – Quadrature weights.

  • x (numpy.ndarray(shape = (n), dtype = np.float64)) – Quadrature nodes on \([0,1]\).

  • wlag (numpy.ndarray(shape = (n), dtype = np.float64)) – Barycentric Lagrange interpolation weights.

  • th_cvg_rate (int, optional) – Theoretical convergence rate of the quadrature formula, by default None.