1: /* $Id: icc.h,v 1.10 2000/09/22 20:45:06 bsmith Exp $ */ 2: #include "src/sles/pc/pcimpl.h" 7: /* Incomplete Cholesky factorization context */ 9: typedef struct { 10: Mat fact; 11: MatOrderingType ordering; 12: int levels; 13: double fill; 14: void *implctx; 15: } PC_ICC; 17: #endif