ILUT: Added approximate triangular solves.
This allows for GPU-accelerated application of ILUT. The triangular solves are replaced by a truncated Neumann series with relaxation. Enable via member function approximate_solves(iter) of the viennacl::linalg::ilut_tag to run 'iter' relaxations. Values in the range of 1-5 tend to give best results.
Loading
Please register or sign in to comment