Class WIntegrator

java.lang.Object
com.polytechnik.freemoney.WIntegrator
Direct Known Subclasses:
WIntegratorLaguerre, WIntegratorLegendreShifted, WIntegratorMonomials

public abstract class WIntegrator extends Object
A simple accumulator with integration. Subclasses contain recurrent code for fast calculation of the moments. Basis recurrence relations used in WIntegratorMonomials correspond to QVMData, WIntegratorLaguerre correspond to QVMDataL, and WIntegratorLegendreShifted correspond to QVMDataP.