help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] conjugate transpose of a complex rectangular matrix


From: Brian Gough
Subject: Re: [Help-gsl] conjugate transpose of a complex rectangular matrix
Date: Wed, 13 Apr 2005 18:28:44 +0100

Luciano Mozzi writes:
 > Hello, I'm a new subscriber of the list.
 > I couldn't find in the gsl Reference  a function to calculate the conjugate 
 > transpose of a rectangular (m row x n column) complex matrix.
 > Is it a multi-step process?
 > Can you suggest the way to do it?

There's no single function for it (an omission in the library).  

I'd suggest writing your own function in your application (it is only
a couple of "for" loops)

If you are using blas functions you may not need it, since the Trans
argument can often be used instead.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/




reply via email to

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