1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Mathematics Library
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
17 * \brief The Mathematics Library
18 * \defgroup extl_group_math
21 /* ///////////////////////////////////////////////////////////////////////
26 #include "arithmetic.h"
27 #include "basic_vmatrix.h"
28 #include "basic_vvector.h"
29 #include "vmatrix_selector.h"
30 #include "vvector_selector.h"
34 #ifdef EXTL_MATH_EXPR_VVECTOR_SUPPORT
35 # include "expr_vvector.h"
38 /* //////////////////////////////////////////////////////////////////// */
39 #endif /* EXTL_MATH_H */
40 /* //////////////////////////////////////////////////////////////////// */