|
|
@ -151,7 +151,7 @@ CKTsetup(CKTcircuit *ckt) |
|
|
#ifdef KLU |
|
|
#ifdef KLU |
|
|
if (ckt->CKTmatrix->CKTkluMODE) |
|
|
if (ckt->CKTmatrix->CKTkluMODE) |
|
|
{ |
|
|
{ |
|
|
fprintf (stderr, "Using KLU as Direct Linear Solver\n") ; |
|
|
|
|
|
|
|
|
fprintf (stdout, "Using KLU as Direct Linear Solver\n") ; |
|
|
|
|
|
|
|
|
/* Convert the COO Storage to CSC for KLU and Fill the Binding Table */ |
|
|
/* Convert the COO Storage to CSC for KLU and Fill the Binding Table */ |
|
|
SMPconvertCOOtoCSC (matrix) ; |
|
|
SMPconvertCOOtoCSC (matrix) ; |
|
|
|