blitz  Version 0.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
array.h
Go to the documentation of this file.
1 /***************************************************************************
2  * blitz/array.h Minimal include version of Array<T,N>
3  *
4  * $Id: array.h,v 1.6 2003/01/14 11:29:18 patricg Exp $
5  *
6  * Copyright (C) 1997-2000 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_ARRAY_ONLY_H
27 #define BZ_ARRAY_ONLY_H
28 
29 // See comments in <blitz/array-old.h> for an explanation of the new
30 // headers arrangement.
31 
32 #include <blitz/array-impl.h>
33 
34 #endif // BZ_ARRAY_ONLY_H
35