Skip to content

Releases: Niceno/Visual-Fortran-Solvers

Full Cholesky

12 Oct 21:35
Compare
Choose a tag to compare

Cholesky now fills the full matrix. Although it may seem like an overhead, it helps to pick algorithms (such us Cholesky decomposition, forward and backward elimination) which are better suited for browsing with compressed row format.

Lower and Upper

12 Oct 19:38
Compare
Choose a tag to compare

Cholesky factorization, as well as forward and backward substitution can be done for lower and upper triangular matrices.

Stores matrices in compressed row format.

12 Oct 14:06
Compare
Choose a tag to compare
v0.4

Added file for matrix compression and it seems to work :-)

Cholesky factorization now solves a cute 7x7 system

11 Oct 13:51
Compare
Choose a tag to compare

Besides, I have removed choices "3" and "4" because it's obvious forward and backward elimination work with Cholesky factorization.

Cholesky factorization works as a linear solver

11 Oct 13:34
Compare
Choose a tag to compare
v0.2

Cholesky factorization now solves a linear system.

Gaussian elimination works for solution of linear systems

11 Oct 07:17
Compare
Choose a tag to compare
v0.1

Gaussian elimination works for a whole sytem :-)