00001 /*************************************************************************** 00002 * blitz/vecglobs.h Global vector functions 00003 * 00004 * $Id: vecglobs.h,v 1.3 2003/01/14 11:29:18 patricg Exp $ 00005 * 00006 * Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org> 00007 * 00008 * This program is free software; you can redistribute it and/or 00009 * modify it under the terms of the GNU General Public License 00010 * as published by the Free Software Foundation; either version 2 00011 * of the License, or (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * Suggestions: blitz-dev@oonumerics.org 00019 * Bugs: blitz-bugs@oonumerics.org 00020 * 00021 * For more information, please see the Blitz++ Home Page: 00022 * http://oonumerics.org/blitz/ 00023 * 00024 ***************************************************************************/ 00025 00026 #ifndef BZ_VECGLOBS_H 00027 #define BZ_VECGLOBS_H 00028 00029 #ifndef BZ_VECTOR_H 00030 #include <blitz/vector.h> 00031 #endif 00032 00033 #ifndef BZ_NUMTRAIT_H 00034 #include <blitz/numtrait.h> 00035 #endif 00036 00037 #ifndef BZ_PROMOTE_H 00038 #include <blitz/promote.h> 00039 #endif 00040 00041 #ifndef BZ_EXTREMUM_H 00042 #include <blitz/extremum.h> 00043 #endif 00044 00045 00046 BZ_NAMESPACE(blitz) 00047 00048 BZ_NAMESPACE_END 00049 00050 #include <blitz/vecglobs.cc> 00051 00052 #endif // BZ_VECGLOBS_H