|
|
|
@ -31,6 +31,7 @@ extern int OSDInoise(int, int, GENmodel *, CKTcircuit *, Ndata *, double *); |
|
|
|
|
|
|
|
#ifdef KLU |
|
|
|
extern int OSDIbindCSC(GENmodel *inModel, CKTcircuit *ckt); |
|
|
|
extern int OSDIupdateCSC(GENmodel *inModel, CKTcircuit *ckt, bool complex); |
|
|
|
extern int OSDIbindCSCComplexToReal(GENmodel *inModel, CKTcircuit *ckt); |
|
|
|
extern int OSDIbindCSCComplex(GENmodel *inModel, CKTcircuit *ckt); |
|
|
|
#endif |
|
|
|
@ -39,5 +40,4 @@ extern int OSDIbindCSCComplex(GENmodel *inModel, CKTcircuit *ckt); |
|
|
|
/* extern int OSDImDelete(GENmodel*); */ |
|
|
|
/* extern int OSDIgetic(GENmodel*,CKTcircuit*); */ |
|
|
|
/* extern int OSDImAsk(CKTcircuit*,GENmodel*,int,IFvalue*); */ |
|
|
|
/* extern int OSDInoise(int,int,GENmodel*,CKTcircuit*,Ndata*,double*); */ |
|
|
|
/* extern int OSDIsoaCheck(CKTcircuit *, GENmodel *); */ |