| 
    copasi API
    0.1
    
   
   | 
  
  
  
 
Go to the source code of this file.
Defines | |
| #define | dgesl_(__a, __lda, __n, __ipvt, __b, __job) | 
| #define dgesl_ | ( | __a, | |
| __lda, | |||
| __n, | |||
| __ipvt, | |||
| __b, | |||
| __job | |||
| ) | 
{\
 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); \
 }
This maps the linpack routine dgesl to the lapack routine dgetrs.
 1.7.5.1