Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

LINEAR ALGEBRA LIB. for C++?

Status
Not open for further replies.

armanio

Junior Member level 1
Joined
Oct 28, 2001
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
67
Hi All,
I am writting a code in C++ (running under a linux machine, compiler: gcc version 3.3.4 (Debian 1:3.3.4-13)). I am looking for a Linear algebra library that has the capability of solving for eigenvalues of a nonsymmetric complex matrix. I checked lapack++ 1.1 and TNT, but it seems that neither of them can do this task. Anyone can guide me??

Thanx in advance!
Armanio
 

I advice you to look at google to find nearest library to your need and adapt to your problem . I have searched and found similar libraries with bugs and spent too much time on them.
 

use numerical recipes for C ! !
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top