Re: Library or Source Code for Eigenvalue of Float matrix
From: Allin Cottrell (cottrell_at_wfu.edu)
Date: 04/28/03
- Next message: john: "Re: creating a thread in c++ in unix (must it be POSIX?)"
- Previous message: Måns Rullgård: "Re: conf files."
- In reply to: rg: "Library or Source Code for Eigenvalue of Float matrix"
- Next in thread: rg: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Reply: rg: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 27 Apr 2003 23:08:28 -0400
rg wrote:
> 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.
This is somewhat off topic for comp.lang.c, but you can find eigenvalues
using lapack, for which a C interface is available.
-- Allin Cottrell Department of Economics Wake Forest University, NC
- Next message: john: "Re: creating a thread in c++ in unix (must it be POSIX?)"
- Previous message: Måns Rullgård: "Re: conf files."
- In reply to: rg: "Library or Source Code for Eigenvalue of Float matrix"
- Next in thread: rg: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Reply: rg: "Re: Library or Source Code for Eigenvalue of Float matrix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|