[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] ask the question for gsl library
From: |
Patrick Alken |
Subject: |
Re: [Help-gsl] ask the question for gsl library |
Date: |
Sun, 16 Nov 2014 15:33:20 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 11/16/2014 11:49 AM, Hong-Guang Duan wrote:
> Hi, Officer of GSL library
> I am a PhD student in Max-Planck institute of Hamburg. I am using the
> gsl library for the c code calculation. I want to ask if gsl have the
> ability to diagonalize the general complex matrix (non-Hermitian) and
> also the inverse matrix of complex?
>
> Best
>
> Hong-Guang Duan
>
The general complex eigen decompositions is not supported - I recommend
you use LAPACK.
There are routines (like LU) for inverting complex matrices