79 |
dim_t i,k,j,j0; |
dim_t i,k,j,j0; |
80 |
Paso_SparseMatrix * schur=NULL; |
Paso_SparseMatrix * schur=NULL; |
81 |
Paso_SparseMatrix * schur_withFillIn=NULL; |
Paso_SparseMatrix * schur_withFillIn=NULL; |
82 |
|
double A11,A12,A13,A21,A22,A23,A31,A32,A33,D,time0,time1,time2; |
83 |
schur_withFillIn=MEMALLOC(1,Paso_SparseMatrix); |
schur_withFillIn=MEMALLOC(1,Paso_SparseMatrix); |
84 |
|
|
|
|
|
|
double A11,A12,A13,A21,A22,A23,A31,A32,A33,D,time0,time1,time2; |
|
|
|
|
|
|
|
85 |
/* identify independend set of rows/columns */ |
/* identify independend set of rows/columns */ |
86 |
mis_marker=TMPMEMALLOC(n,index_t); |
mis_marker=TMPMEMALLOC(n,index_t); |
87 |
counter=TMPMEMALLOC(n,index_t); |
counter=TMPMEMALLOC(n,index_t); |