source: XMLIO_V2/external/include/blitz/tinyvec-et.h @ 73

Last change on this file since 73 was 73, checked in by ymipsl, 14 years ago
  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1/***************************************************************************
2 * blitz/tinyvec-et.h    Tinyvector + vector expression templates
3 *
4 * $Id: tinyvec-et.h,v 1.2 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_TINYVEC_ET_H
27#define BZ_TINYVEC_ET_H
28
29#include <blitz/tinyvec.h>
30#include <blitz/vector-et.h>     // vector expressions
31
32#endif  // BZ_TINYVEC_ET_H
33
Note: See TracBrowser for help on using the repository browser.