Fast solution to very small eigenvalue problem
From: Mark Mackey (markm_at_chiark.greenend.org.uk)
Date: 06/24/04
- Next message: Bouk Teef: "Re: How do you solve this : [A]{u}=[B]{t} for u and t?"
- Previous message: Peter Spellucci: "Re: How do you solve this : [A]{u}=[B]{t} for u and t?"
- Next in thread: Peter Spellucci: "Re: Fast solution to very small eigenvalue problem"
- Reply: Peter Spellucci: "Re: Fast solution to very small eigenvalue problem"
- Reply: K. Doniger: "Re: Fast solution to very small eigenvalue problem"
- Reply: Ron Shepard: "Re: Fast solution to very small eigenvalue problem"
- Reply: Julian V. Noble: "Re: Fast solution to very small eigenvalue problem"
- Messages sorted by: [ date ] [ thread ]
Date: 24 Jun 2004 17:40:21 +0100 (BST)
Hi all.
I need to find the eigenvector corresponding to the largest eigenvalue
of a 4x4 matrix very quickly (because I'm doing it on hundreds of
thousands of 4x4 matrices). The current code I'm maintaining has a
simple Jacobi solver, which is (a) slow (it only does 30K matrices/s on
my PC), and (b) probably overkill, as it returns all of the
eigenvectors. I've vaguely looked at LAPACK etc, but those routines are
AFAIK optimised for good performance on large matrices, not small ones.
Does anyone have any suggestions as to the most efficient way to solve
this problem? Extreme accuracy is not required. 4x4 is probably small
enough that there's an analytic solution :).
-- Mark Mackey "The determined Real Programmer can write Fortran programs in any language." - "Real Programmers don't use Pascal"
- Next message: Bouk Teef: "Re: How do you solve this : [A]{u}=[B]{t} for u and t?"
- Previous message: Peter Spellucci: "Re: How do you solve this : [A]{u}=[B]{t} for u and t?"
- Next in thread: Peter Spellucci: "Re: Fast solution to very small eigenvalue problem"
- Reply: Peter Spellucci: "Re: Fast solution to very small eigenvalue problem"
- Reply: K. Doniger: "Re: Fast solution to very small eigenvalue problem"
- Reply: Ron Shepard: "Re: Fast solution to very small eigenvalue problem"
- Reply: Julian V. Noble: "Re: Fast solution to very small eigenvalue problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|