1: #pragma once 3: #include <../src/ksp/pc/impls/factor/factor.h> 5: /* Incomplete Cholesky factorization context */ 7: typedef struct { 8: PC_Factor hdr; 9: void *implctx; 10: } PC_ICC;