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

cwmtx.h

Go to the documentation of this file.
00001 // -*-c++-*-
00002 #ifndef IG_CWMTX_H
00003 #define IG_CWMTX_H
00004 
00005 // $Id: cwmtx.h,v 1.8 2001/10/31 19:54:20 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 CWMatrix and CWVector classes
00029 //
00030 //---------------------------------------------------------------------------
00031 
00032 #ifndef IG_MATRIX_H
00033 #include "matrix.h"
00034 #endif
00035 
00036 #ifndef IG_SMATRIX_H
00037 #include "smatrix.h"
00038 #endif
00039 
00040 #ifndef IG_VECTOR_H
00041 #include "vector.h"
00042 #endif
00043 
00044 #ifndef IG_SVECTOR_H
00045 #include "svector.h"
00046 #endif
00047 
00048 #ifndef IG_QUATERN_H
00049 #include "quatern.h"
00050 #endif
00051 
00052 #ifndef IG_COORDSYS_H
00053 #include "coordsys.h"
00054 #endif
00055 
00056 //
00057 // Define a set of commonly used types
00058 //
00059 
00060 namespace CwMtx
00061 {
00062   typedef CWTMatrix<> CWMatrix;
00063   typedef CWTVector<> CWVector;
00064   typedef CWTSpaceVector<> CWSpaceVector;
00065   typedef CWTSquareMatrix<> CWSquareMatrix;
00066   typedef CWTQuaternion<> CWQuaternion;
00067 }
00068 
00069 #endif   // IG_CWMTX_H

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