klus.observables module¶
- class klus.observables.monomials(p)[source]¶
Bases:
object
Computation of monomials in d dimensions.
- class klus.observables.indicators(Omega)[source]¶
Bases:
object
Indicator functions for box discretization Omega.
- class klus.observables.gaussians(Omega, sigma=1)[source]¶
Bases:
object
Gaussians 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.