00001 /* OOQP * 00002 * Authors: E. Michael Gertz, Stephen J. Wright * 00003 * (C) 2001 University of Chicago. See Copyright Notification in OOQP */ 00004 00005 #ifndef PETSCSPSYMMATRIXHANDLE_H 00006 #define PETSCSPSYMMATRIXHANDLE_H 00007 00008 #include "IotrRefCount.h" 00009 #include "SmartPointer.h" 00010 00011 class PetscSpSymMatrix; 00012 00013 typedef SmartPointer<PetscSpSymMatrix> PetscSpSymMatrixHandle; 00014 00015 #endif