This class represents a quadrature formula, given by a list of nodes and weights. The nodes are sorted in ascending order, so lower indices correspond to numerically smaller nodes.
According to general Generator
contract, this class is thread-safe.
@author Torsten Nahm