SG++-Doxygen-Documentation
convergence.py File Reference

Namespaces

 python.convergence
 

Functions

def python.convergence.createConvergenceFunc (approx_func, original_func)
 
def python.convergence.createConvPlotFunc (approx, orig, dim)
 
def python.convergence.gibbs_function (alpha, x)
 
def python.convergence.inputwrapper (x)
 
def python.convergence.integral (dim, f, a=0.0, b=1.0, points=10000)
 
def python.convergence.makePlots (dim, f, title="", filename="test")
 
def python.convergence.multiDim_function (alpha, x)
 
def python.convergence.norm (x)
 
def python.convergence.plot_gibbs ()
 
def python.convergence.plot_multiDim ()
 
def python.convergence.plotConvergence (approx, orig, a=0, b=10)
 
def python.convergence.plotConvergenceMulti (approxs, orig, names, shows, title, dim, a=0, b=10, logx=False, logy=False, plot=True, filename=None)
 
def python.convergence.test ()
 
def python.convergence.test_func (x)
 
def python.convergence.test_func_sin (x)