Class Summary |
SolverCholesky |
This class implements Cholesky decomposition according to the book "Analyse matricielle appliquée à l'art de l'ingénieur", Lascaux & Théodor, Ed. |
SolverCrout |
This class implements Crout decomposition according to the book "Analyse matricielle appliquée à l'art de l'ingénieur", Lascaux & Théodor, Ed. |
SolverGaussSeidel |
This class implements Gauss-Seidel solver according to the book "Analyse matricielle appliquée à l'art de l'ingénieur", Lascaux & Théodor, Ed. |
SolverJacobi |
This class implements Jacobi solver according to the book "Analyse matricielle appliquée à l'art de l'ingénieur", Lascaux & Théodor, Ed. |
SolverLU |
This class implements LU decomposition according to the book "Analyse matricielle appliquée à l'art de l'ingénieur", Lascaux & Théodor, Ed. |
SolverLUBand |
This class implements LU decomposition (without pivoting!!) for the band matrices. |