klus.observables module¶
- class klus.observables.monomials(p)[source]¶
Bases:
objectComputation of monomials in d dimensions.
- class klus.observables.indicators(Omega)[source]¶
Bases:
objectIndicator functions for box discretization Omega.
- class klus.observables.gaussians(Omega, sigma=1)[source]¶
Bases:
objectGaussians whose centers are the centers of the box discretization Omega.
sigma: width of Gaussians
- klus.observables.nextMonomialPowers(x)[source]¶
Returns powers for the next monomial. Implementation based on John Burkardt's MONOMIAL toolbox, see http://people.sc.fsu.edu/~jburkardt/m_src/monomial/monomial.html.