blitz
Version 0.9
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
blitz
vecglobs.h
Go to the documentation of this file.
1
/***************************************************************************
2
* blitz/vecglobs.h Global vector functions
3
*
4
* $Id: vecglobs.h,v 1.3 2003/01/14 11:29:18 patricg Exp $
5
*
6
* Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org>
7
*
8
* This program is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU General Public License
10
* as published by the Free Software Foundation; either version 2
11
* of the License, or (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* Suggestions: blitz-dev@oonumerics.org
19
* Bugs: blitz-bugs@oonumerics.org
20
*
21
* For more information, please see the Blitz++ Home Page:
22
* http://oonumerics.org/blitz/
23
*
24
***************************************************************************/
25
26
#ifndef BZ_VECGLOBS_H
27
#define BZ_VECGLOBS_H
28
29
#ifndef BZ_VECTOR_H
30
#include <
blitz/vector.h
>
31
#endif
32
33
#ifndef BZ_NUMTRAIT_H
34
#include <
blitz/numtrait.h
>
35
#endif
36
37
#ifndef BZ_PROMOTE_H
38
#include <blitz/promote.h>
39
#endif
40
41
#ifndef BZ_EXTREMUM_H
42
#include <
blitz/extremum.h
>
43
#endif
44
45
46
BZ_NAMESPACE
(blitz)
47
48
BZ_NAMESPACE_END
49
50
#include <blitz/vecglobs.cc>
51
52
#endif // BZ_VECGLOBS_H
Generated on Fri Jun 15 2012 12:01:12 for blitz by
1.8.1.1