/* * $Id: vecglobs.cc,v 1.1.1.1 1999-04-09 17:58:58 ansari Exp $ * * Copyright (C) 1997 Todd Veldhuizen * All rights reserved. Please see for terms and * conditions of use. * * $Log: not supported by cvs2svn $ * Revision 1.3 1997/07/16 14:51:20 tveldhui * Update: Alpha release 0.2 (Arrays) * * Revision 1.2 1997/01/24 14:42:00 tveldhui * Periodic RCS update * */ #ifndef BZ_VECGLOBS_CC #define BZ_VECGLOBS_CC #ifndef BZ_VECGLOBS_H #include #endif #include // accumulate() #include // delta() #include // min(), minValue(), minIndex() #include // max(), maxValue(), maxIndex() #include // sum(), mean() #include // dot() #include // norm() #include // norm1() #include // any() #include // all() #include // count() #endif // BZ_VECGLOBS_CC