source: XMLIO_V2/external/include/blitz/vecglobs.cc @ 73

Last change on this file since 73 was 73, checked in by ymipsl, 14 years ago
File size: 879 bytes
Line 
1/*
2 * $Id: vecglobs.cc,v 1.2 2003/01/14 11:29:18 patricg Exp $
3 *
4 * Copyright (C) 1997 Todd Veldhuizen <tveldhui@oonumerics.org>
5 * All rights reserved.  Please see <blitz/blitz.h> for terms and
6 * conditions of use.
7 *
8 */
9
10#ifndef BZ_VECGLOBS_CC
11#define BZ_VECGLOBS_CC
12
13#ifndef BZ_VECGLOBS_H
14 #include <blitz/vecglobs.h>
15#endif
16
17#include <blitz/vecaccum.cc>    // accumulate()
18#include <blitz/vecdelta.cc>    // delta()
19#include <blitz/vecmin.cc>      // min(), minValue(), minIndex()
20#include <blitz/vecmax.cc>      // max(), maxValue(), maxIndex()
21#include <blitz/vecsum.cc>      // sum(), mean()
22#include <blitz/vecdot.cc>      // dot()
23#include <blitz/vecnorm.cc>     // norm()
24#include <blitz/vecnorm1.cc>    // norm1()
25#include <blitz/vecany.cc>      // any()
26#include <blitz/vecall.cc>      // all()
27#include <blitz/veccount.cc>    // count()
28
29#endif // BZ_VECGLOBS_CC
Note: See TracBrowser for help on using the repository browser.