DoubleMatrix.h

Go to the documentation of this file.
00001 /*  _________________________________________________________________________
00002  *
00003  *  UTILIB: A utility library for developing portable C++ codes.
00004  *  Copyright (c) 2001, Sandia National Laboratories.
00005  *  This software is distributed under the GNU Lesser General Public License.
00006  *  For more information, see the README file in the top UTILIB directory.
00007  *  _________________________________________________________________________
00008  */
00009 
00015 #ifndef __DoubleMatrix_h
00016 #define __DoubleMatrix_h
00017 
00018 
00024 #include "Num2DArray.h"
00025 typedef Num2DArray<double> DoubleMatrix;
00026 
00027 #endif