/** ** KAI C++ Compiler ** ** Copyright (C) 1996-2001 Intel Corp. All rights reserved. **/ #ifndef __KAI_NUMERIC_H #define __KAI_NUMERIC_H #include using std::accumulate; using std::inner_product; using std::partial_sum; using std::adjacent_difference; #endif /* __KAI_NUMERIC_H */