Re: Generalized Eigenvalue problem
Posted by
Michael Doube on
Feb 25, 2010; 9:41am
URL: http://imagej.273.s1.nabble.com/Generalized-Eigenvalue-problem-tp3689188p3689197.html
I'm interested to know the answer to this query too. Unless I've missed
something, JAMA doesn't have an equivalent method to MATLAB's eig(A, B).
Michael
>> in an ImageJ application, I am after solving generalized eigenvalue
>> problem.
>>
>> I was trying to find it in JAMA, JAMPACK, JLAPACK ... to use - but could
>> not find it.
>>
>> I can only use it in MATLAB (e.g. [V, D] = eig (A, B) ) and most likely
>> LAPACK has it.
>>
>> But, is there a java package or java code available for solving generalized
>> eigenvalue problem? - Any help is much appreciated.