copasi API  0.1
Defines
copasi/odepack++/dgefa.h File Reference

Go to the source code of this file.

Defines

#define dgefa_(__a, __lda, __n, __ipvt, __info)   dgetrf_(__lda, __n, __a, __lda, __ipvt, __info)

Define Documentation

#define dgefa_ (   __a,
  __lda,
  __n,
  __ipvt,
  __info 
)    dgetrf_(__lda, __n, __a, __lda, __ipvt, __info)

This maps the linpack routine dgefa to the lapack routine dgetrf.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines