Greetings!

Right now you need to double the array of the same type as the
real-part of the comlex, i.e. (make-array 20 :element-type long-float)
-> complex double blas vector of dimension 10.  Eventually  we can
make use of the gcc complex extensions.

2d arrays hav the leading dimension stored in x->a.a_dims[1] (or
[0]).  This gives the blas 'lda'. 

Take care,

Vanuxem Grégory <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I run into problem with complex version of blas.
> How do you think someone can implement an interface of 
> complex version of blas.
> 
> For example:
> 
>     alpha * X + Y
> 
> how can i send alpha to c code ?
> A vector of two elements ?
> 
> And X, 2D-array of long-float ?
> 
> Cheers,
> 
> Greg
> 
> PS: there is an interface for cmucl or allegro named matlisp.
> It's use CLOS.
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to