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

    Eigenvalue, eigenvector and eigenspace in C#

    Hi,
    I need to find eigenvectors of a 30*30 matrix in C# is there any library for this?

  2. #2
    Join Date
    Mar 2007
    Posts
    90

    Re: Eigenvalue, eigenvector and eigenspace in C#

    I did not try it myself but maybe Math.NET Numerics for .NET can help.
    There is even a code sample for eigenvalues and eigenvectors.

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