Skip to content
  • Ferhat Mihoubi's avatar
    - Corrects the following problem: · 96b6f1bf
    Ferhat Mihoubi authored
    Octave BiCGStab algorithm involves a 0 division in case of a preconditioner equal to the LU decomposition of the A matrix (in a linear system of the form A.x = b).
    - The solution:
    Checks if the linear system is solved simply using: x_new = x_old + U \ (L \ x_old)
    Ticket #11
    96b6f1bf