help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inverse matrix with LAPACK : solved


From: Minkyung Kersti Son
Subject: Re: Inverse matrix with LAPACK : solved
Date: Mon, 22 Aug 2011 04:47:41 -0700 (PDT)

Thank you all.
I got the inverse matrix with lapack, finally.

I used 'zgetrf' and 'zgetri'.
(inverse complex matrix with double precision)

I've tried to solve the problem using 'cgetri', 'cpotri', 'chetri' etc... 
but they produced matrices with wrong values.

'zgetrf' and 'zgetri' yield the same matrix with octave....

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Inverse-matrix-problem-with-LAPACK-maybe-tp3754862p3759855.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]