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

Go to the source code of this file.

Defines

#define dgbsl_(__ab, __lda, __n, __ml, __mu, __ipvt, __b, __job)

Define Documentation

#define dgbsl_ (   __ab,
  __lda,
  __n,
  __ml,
  __mu,
  __ipvt,
  __b,
  __job 
)
Value:
{\
 char __T = (*__job != (C_INT) 0) ? 'T': 'N'; \
 C_INT __info; \
 C_INT __one = 1; \
  dgbtrs_(&__T, __n, __ml, __mu, &__one, __ab, __lda, __ipvt, __b, __n, &__info); \
 }

This maps the linpack routine dgbsl to the lapack routine dgbtrs.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines