source: XMLIO_V2/external/include/blitz/array/et.h @ 80

Last change on this file since 80 was 80, checked in by ymipsl, 14 years ago

ajout lib externe

  • Property svn:eol-style set to native
File size: 1.4 KB
Line 
1/***************************************************************************
2 * blitz/array/et.h  Include expression templates implementation for arrays
3 *
4 * Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15 *
16 * Suggestions:          blitz-dev@oonumerics.org
17 * Bugs:                 blitz-bugs@oonumerics.org
18 *
19 * For more information, please see the Blitz++ Home Page:
20 *    http://oonumerics.org/blitz/
21 *
22 ****************************************************************************/
23#ifndef BZ_ARRAY_ET_H
24#define BZ_ARRAY_ET_H
25
26#ifdef BZ_NEW_EXPRESSION_TEMPLATES
27 #include <blitz/array/newet.h>     // Expression templates
28#else
29 #include <blitz/array/bops.cc>     // Expression templates, two operands
30 #include <blitz/array/uops.cc>     // Expression templates, math functions
31 #include <blitz/array/misc.cc>     // Expression templates, miscellaneous
32#endif
33
34#endif
Note: See TracBrowser for help on using the repository browser.