remove \r
[extl.git] / extl / intelligence / ann / prefix.h
blob559596c17e0df33eb70977920ee34f84ba34433c
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: prefix.h
4 * Created: 08.08.02
5 * Updated: 08.08.02
7 * Brief: The Prefix File of the Artifical Neural Network Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_ANN_PREFIX_H
14 #define EXTL_INTELLIGENCE_ANN_PREFIX_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "../prefix.h"
20 #include "../../container/container.h"
21 #include "../../memory/buffer.h"
22 #include "../../algorithm/algorithm.h"
23 #include "../../math/math.h"
24 /* //////////////////////////////////////////////////////////////////// */
25 #endif /* EXTL_INTELLIGENCE_ANN_PREFIX_H */
26 /* //////////////////////////////////////////////////////////////////// */