Actual source code: icc.h

  1: /* $Id: icc.h,v 1.11 2001/08/07 21:30:30 bsmith Exp $ */
 2:  #include src/ksp/pc/pcimpl.h


  7: /* Incomplete Cholesky factorization context */

  9: typedef struct {
 10:   Mat             fact;
 11:   MatOrderingType ordering;
 12:   MatFactorInfo   info;
 13:   void            *implctx;
 14: } PC_ICC;

 16: #endif