Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

stat_cwmtx.h

Go to the documentation of this file.
00001 // -*-c++-*-
00002 #ifndef IG_STAT_CWMTX_H
00003 #define IG_STAT_CWMTX_H
00004 
00005 // $Id: stat_cwmtx.h,v 1.1.2.1 2002/01/15 01:25:21 hkuiper Exp $
00006 
00007 // CwMtx matrix and vector math library
00008 // Copyright (C) 1999  Harry Kuiper
00009 // Copyright (C) 2000  Will DeVore (template conversion)
00010 
00011 // This library is free software; you can redistribute it and/or
00012 // modify it under the terms of the GNU Lesser General Public
00013 // License as published by the Free Software Foundation; either
00014 // version 2 of the License, or (at your option) any later version.
00015 
00016 // This library is distributed in the hope that it will be useful,
00017 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00018 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019 // Lesser General Public License for more details.
00020 
00021 // You should have received a copy of the GNU Lesser General Public
00022 // License along with this library; if not, write to the Free Software
00023 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
00024 // USA
00025 
00026 //---------------------------------------------------------------------------
00027 //
00028 // Master include file for CWTSMatrix and CWTSVector classes
00029 //
00030 //---------------------------------------------------------------------------
00031 
00032 #ifndef IG_STAT_MATRIX_H
00033 #include "stat_matrix.h"
00034 #endif
00035 
00036 #ifndef IG_STAT_SMATRIX_H
00037 #include "stat_smatrix.h"
00038 #endif
00039 
00040 #ifndef IG_STAT_VECTOR_H
00041 #include "stat_vector.h"
00042 #endif
00043 
00044 #ifndef IG_STAT_SVECTOR_H
00045 #include "stat_svector.h"
00046 #endif
00047 
00048 #ifndef IG_STAT_QUATERN_H
00049 #include "stat_quatern.h"
00050 #endif
00051 
00052 #ifndef IG_STAT_COORDSYS_H
00053 #include "stat_coordsys.h"
00054 #endif
00055 
00056 #endif   // IG_STAT_CWMTX_H

Generated on Sun Jul 3 12:18:45 2005 for Matrix and vector library by  doxygen 1.4.2