CG  Version 25
Macros | Functions
solveImplicit.C File Reference
#include "Chemkin.h"
#include "Reactions.h"
Include dependency graph for solveImplicit.C:

Macros

#define CKHMS   EXTERN_C_NAME(ckhms)
 
#define CKCPMS   EXTERN_C_NAME(ckcpms)
 
#define CKWYP   EXTERN_C_NAME(ckwyp)
 
#define GECO   EXTERN_C_NAME(sgeco)
 
#define GESL   EXTERN_C_NAME(sgesl)
 

Functions

void GECO (real &b, const int &nbd, const int &nb, int &ipvt, real &rcond, real &work)
 
void GEDI (real &b, const int &nbd, const int &nb, int &ipvt, real &det, real &work, const int &job)
 
void GESL (real &a, const int &lda, const int &n, const int &ipvt, real &b, const int &job)
 

Macro Definition Documentation

#define CKCPMS   EXTERN_C_NAME(ckcpms)
#define CKHMS   EXTERN_C_NAME(ckhms)
#define CKWYP   EXTERN_C_NAME(ckwyp)
#define GECO   EXTERN_C_NAME(sgeco)
#define GESL   EXTERN_C_NAME(sgesl)

Function Documentation

void GECO ( real &  b,
const int &  nbd,
const int &  nb,
int &  ipvt,
real &  rcond,
real &  work 
)
void GEDI ( real &  b,
const int &  nbd,
const int &  nb,
int &  ipvt,
real &  det,
real &  work,
const int &  job 
)
void GESL ( real &  a,
const int &  lda,
const int &  n,
const int &  ipvt,
real &  b,
const int &  job 
)