This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gsl Development Query


>> 
>> > It may not be reasonable to make an interface to FFTW
>> > and keep the other interfaces in your library coherent.
>> 
>> My feeling is that, in this case, it won't be hard.
>> Similarly, it would not be hard to use
>> an underlying fortran implementation for the BLAS library.
>> All you have to do
>> is specify an appropriate middle layer in each case.
>
>Maybe.  Maybe not.  You can never be sure that
>you will have compatible Fortran and C compilers
>on any given platform.
>You might need to write an interface in assembler
>to call Fortran subroutines from a C program.

You may check that with Autoconf. At worst, you can fall into f2c as
a last-resort backup. 

-lf.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]