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