Re: GMRES

From: Victor Eijkhout (see.sig_at_for.addy)
Date: 03/22/05

  • Next message: Mark Vaughan: "Re: GMRES"
    Date: Tue, 22 Mar 2005 17:37:12 -0500
    
    

    Piotrek <skip13@wp.pl> wrote:

    > GMRES in symetric matrix.

    GMRES is for nonsymmetric matrices. For symmetric it reduces to Minres;
    you will be storing (and working with) many zero elements.

    Download Saad's iterative methods book and read all about gmres and its
    brothers.

    V.

    -- 
    email: lastname at cs utk edu
    homepage: www cs utk edu tilde lastname
    

  • Next message: Mark Vaughan: "Re: GMRES"