Options
All
  • Public
  • Public/Protected
  • All
Menu

Integral of a 1-dimensional function using the Gauss quadratures method

References: Gauss quadratures and orthogonal polynomials

G.H. Gloub and J.H. Welsch: Calculation of Gauss quadrature rule. Math. Comput. 23 (1986), 221-230

"Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery,

test the correctness of the result is tested by checking it against known good values.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected _w

_w: Real[]

Protected _x

_x: Real[]

Methods

f

order

  • Returns Size

weights

  • Returns Real[]

x

  • Returns Real[]