COPASI API  4.40.278
dgesl.h File Reference

Macros

#define dgesl_(__a, __lda, __n, __ipvt, __b, __job)
 

Macro Definition Documentation

◆ dgesl_

#define dgesl_ (   __a,
  __lda,
  __n,
  __ipvt,
  __b,
  __job 
)
Value:
{\
char __T = (*__job != (C_INT) 0) ? 'T': 'N'; \
C_INT __info; \
C_INT __one = 1; \
dgetrs_(&__T, __n, &__one, __a, __lda, __ipvt, __b, __n, &__info); \
}
#define C_INT
Definition: CCore.h:73

This maps the linpack routine dgesl to the lapack routine dgetrs.