Gauss Elimination source code

For posts concerning the documentation, errors, ommissions, general comments, etc.

Moderators: silvia, selimgunay, Moderators

Post Reply
gunmo
Posts: 8
Joined: Sun Dec 28, 2014 7:30 am
Location: UK Edinburgh

Gauss Elimination source code

Post by gunmo » Sun Dec 28, 2014 10:35 am

Hi,
I am new.
I am looking for Gauss Elimination source code.
There are so many codings.
Can someone send me source code link please.
Gunmo

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Gauss Elimination source code

Post by fmk » Mon Jan 05, 2015 9:50 am

all the linear solvers in SRC/system_of_eqn/linearSOE .. as most just call libraries, i would suggest looking at the code in the profileSPD directory which actually implements the gauss elimination in the source itself.

Post Reply