SG++-Doxygen-Documentation
|
Namespaces | |
python.painlesscg | |
Functions | |
def | python.painlesscg.ApplyA (B, C, alpha, result, x, l) |
def | python.painlesscg.BiCGStab (b, alpha, imax, epsilon, ApplyMatrix, verbose=True) |
def | python.painlesscg.cg (y, alpha, grid, x, imax, epsilon, l, verbose=True) |
def | python.painlesscg.cg_new (b, alpha, imax, epsilon, ApplyMatrix, reuse=False, verbose=True, max_threshold=None) |
Conjugated Gradient method for sparse grids, solving A.alpha=b. More... | |
def | python.painlesscg.sd (y, alpha, grid, x, imax, epsilon, l) |