Re: Matlab -> Fortran



On Feb 27, 9:01 pm, "Beliavsky" <beliav...@xxxxxxx> wrote:
On Feb 27, 8:52 pm, "ben" <laser...@xxxxxxxxx> wrote:

<snip>

I also do-it-by-hand occationally, but always translate matlab to
fortran. When the numerical library is properly installed, it is not
very hard in most cases to translate from matlab to fortran.

May I ask which numerical library are you talking about? LAPACK?

NAG is very easy to use, but it is not free. The cern library is also
good and free. If you prefer those PACKs, you need to download and
test those functions. It is not that easy in my opinion. For example,
LAPACK heavily depends on BLAS, but compiling BLAS from goto's blas or
using atlas needs some knowledge and experience.

.



Relevant Pages

  • Re: Matlab -> Fortran
    ... I think it requires Matlab to run. ... "I've transferred a lot of Fortran programs to Matlab (and also the ... but always translate matlab to ... " It uses MATLAB as the source language and generates Fortran 90 plus ...
    (comp.lang.fortran)
  • Re: Optimising Java Programs
    ... in addition to the optimized to the hilt capabilities of JIT compilers ... granted alot of their tools are for optimizing full fledged J2EE ... Many Fortran applications use lots of calls to BLAS (and the ...
    (comp.lang.java.programmer)
  • Re: Question about BLAS sgemm function
    ... > Why does the BLAS function sgemm ask for the arguments lda, ldb, and ... > fortran compiler and I've been having a little difficulty understanding ... is a 2x2 array with leading dimension 3. ...
    (comp.lang.fortran)
  • Re: BLAS vs VSIPL
    ... Can someone give me some insight into using BLAS. ... In the mid '90s I tried to use LAPACK with C. LAPACK ... LAPACK is writen for use with FORTRAN. ... meaning that portability and maintenance ...
    (comp.dsp)
  • Re: Optimising Java Programs
    ... > computational core is often sparse matrix/vector products, ... Many Fortran applications use lots of calls to BLAS (and the ...
    (comp.lang.java.programmer)