Library or Source Code for Eigenvalue of Float matrix
From: rg (rg117_at_yahoo.co.uk)
Date: 04/28/03
- Next message: E. Robert Tisdale: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Previous message: Sean P. Burke: "Re: conf files."
- Next in thread: E. Robert Tisdale: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Reply: E. Robert Tisdale: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Reply: Allin Cottrell: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 27 Apr 2003 16:20:42 -0700
Hello,
I have a program written in C where I create a matrix as a 2d array
in float. What I was wondering, is there a library or sample code that
I can use to calculate the eigenvalues of this matrix. I know there is
the meschach library, but it has its own data type. What I would
ideally like is a library that accepts a 2d float array and calculates
the eigen values of that directly without me having to change the
variable to another data type.
Any help would be greatly appreciated. Many thanks in advance.
Rishabh
- Next message: E. Robert Tisdale: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Previous message: Sean P. Burke: "Re: conf files."
- Next in thread: E. Robert Tisdale: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Reply: E. Robert Tisdale: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Reply: Allin Cottrell: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|