|
From: | Prabhanjan Mannari |
Subject: | Re: GSoC 2017 - Improve iterative methods for sparse linear systems |
Date: | Sat, 04 Mar 2017 15:32:30 +0000 |
On Fri, 3 Mar 2017, Prabhanjan Mannari wrote:
> Hello
> I am Prabhanjan Mannari, and I'm interested in improving iterative methods for sparse linear systems [1]
>
> I have gone through the project description, and I have a few questions-
>
> 1. What are the pre-requisites that I should have to take up the project ?
> 2. Is the knowledge of the entire reference book [2] listed in the project description necessary for the implementation of the project (or are a few chapters more relevant than the others) ?
>
> [1]: http://wiki.octave.org/Summer_of_Code_Project_Ideas#Improve_iterative_methods_for_sparse_linear_systems
> [2]: www-users.cs.umn.edu/~saad/IterMethBook_2ndEd.pdf
Dear Prabhanjan,
you need to know some linear algebra and m-file programming, at least. For
instance, can you implement the standard conjugate gradient method in GNU
Octave (algorithm 6.18 of the book?). Then, cloning GNU Octave primary
archive and compile it from the sources. Have you already tried? Finally,
can you apply the patch developed by Cristiano last year and understand
his work?
About the book, at least four additional functions are missing in GNU
Octave. Therefore, you need the chapters relevant for these functions.
Marco
conjugate_gradient.m
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |