Re: [pure-lang-users] C macros
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-08-25 22:52:48
|
On Mon, 2008-08-25 at 17:44 -0500, Eddie Rucker wrote: > The only way to get matrices with complex entries or int entries is to > go through the BLAS interface as I see it. Weird that I have to > implement both the gsl_matrix_ stuff and BLAS but some of the later > stuff uses the gsl_matrix_* routines. Wrong! I can use gsl_matrix_complex_ routines. e.r. |