CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    1

    parallel eigenvalue solving algorithm for symmetric real matrix

    Hello everybody.

    I'm stuck in finding a good parallel algorithm for solving big real symmetric matrices. So far everything I found was a lot slower when parallel computed than in linear case.

    so can anybody give an algo (in general case or already paralleled) or a link to some info.

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: parallel eigenvalue solving algorithm for symmetric real matrix

    General discussion of parallel eigenvalue algorithms: http://www.cse.illinois.edu/courses/...eigenvalue.pdf
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured