Library or Source Code for Eigenvalue of Float matrix

From: rg (rg117_at_yahoo.co.uk)
Date: 04/28/03


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



Relevant Pages

  • Re: weird code.
    ... never seen this kind of declaration ever. ... The variable data is a float pointer? ... array of 16384 float objects. ...
    (comp.lang.c)
  • Re: Help a beginner - function with pointer ...
    ... i thought (float *) T would be appealing to ... The result is the value obtained by converting the ... `T' refers to a one-dimensional array whose elements are also ... using a pointer to the array's first element. ...
    (comp.lang.c)
  • Re: weird code.
    ... The variable data is a float pointer? ... array of 16384 float objects. ... We just write `sizeof *data' and the compiler (knowing what ...
    (comp.lang.c)
  • Re: Vector efficiency
    ... <float>.get(i) to retrieve each record versus aligning the data into an array declared as float, and noticed about 2x computational speed improvement. ... I guess there are a number of step performing a look up with vector has to do as opposed to simple addressing through an array. ... There's also the memory issue (c.f. another ... Expenditure of computer time is not the only ...
    (comp.lang.java.help)
  • Re: new foo[42]
    ... > First question: ... 42 type 'float' objects, and returns the address ... value in the pointer object 'foo'. ... The first form above dynamically allocates an array (which ...
    (comp.lang.cpp)