help-octave
[Top][All Lists]
Advanced

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

Re: Sparse Iterative Matrix Solvers


From: Jen Stewart
Subject: Re: Sparse Iterative Matrix Solvers
Date: Fri, 10 May 2013 12:09:41 -0400

>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

Ok thanks.


On Fri, May 10, 2013 at 11:59 AM, c. <address@hidden> wrote:

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]