blitz Version 1.0.2
Loading...
Searching...
No Matches
array.h
Go to the documentation of this file.
1/***************************************************************************
2 * blitz/array.h Minimal include version of Array<T,N>
3 *
4 * $Id$
5 *
6 * Copyright (C) 1997-2011 Todd Veldhuizen <tveldhui@acm.org>
7 *
8 * This file is a part of Blitz.
9 *
10 * Blitz is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU Lesser General Public License
12 * as published by the Free Software Foundation, either version 3
13 * of the License, or (at your option) any later version.
14 *
15 * Blitz is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with Blitz. If not, see <http://www.gnu.org/licenses/>.
22 *
23 * Suggestions: blitz-devel@lists.sourceforge.net
24 * Bugs: blitz-support@lists.sourceforge.net
25 *
26 * For more information, please see the Blitz++ Home Page:
27 * https://sourceforge.net/projects/blitz/
28 *
29 ***************************************************************************/
30
31#ifndef BZ_ARRAY_ONLY_H
32#define BZ_ARRAY_ONLY_H
33
34// See comments in <blitz/array-old.h> for an explanation of the new
35// headers arrangement.
36
37#include <blitz/array-impl.h>
38
39#endif // BZ_ARRAY_ONLY_H
40