help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sparse Iterative Matrix Solvers


From: c.
Subject: Re: Sparse Iterative Matrix Solvers
Date: Fri, 10 May 2013 17:59:42 +0200

On 10 May 2013, at 17:27, Jen Stewart <address@hidden> wrote:

> Thank you Carlo, this is what I was looking for. What package are these 
> solution methods from? Are they from SuiteSparse too?

No they are implemented in Octave as m-file scripts, the only part that is in 
C++ is the 
modified gram-schmidt orthogonalization method which is used in GMRES and is 
implemented in
the file mgorth.cc

> If so, I will have to go looking for them as I hadn't found them so far in my 
> quick perusal of the code.


> Thanks,
> Jen
c.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]