1 /* ///////////////////////////////////////////////////////////////////////
2 * File: vmatrix_selector.h
7 * Brief: vmatrix_selector class
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_MATH_VMATRIX_SELECTOR_H
14 #define EXTL_MATH_VMATRIX_SELECTOR_H
16 /*!\file vmatrix_selector.h
17 * \brief vmatrix_selector class
21 # error vmatrix_selector.h need be supported by c++.
24 /* ///////////////////////////////////////////////////////////////////////
27 #include "basic_vmatrix.h"
29 /* ///////////////////////////////////////////////////////////////////////
34 /*!\brief vmatrix_selector class
36 * \ingroup extl_group_algorithm
38 template<typename_param_k Val
>
39 struct vmatrix_selector
41 typedef basic_vmatrix
< Val
42 , typename_type_k buffer_selector
<Val
>::buffer_type
45 /* ///////////////////////////////////////////////////////////////////////
50 /* //////////////////////////////////////////////////////////////////// */
51 #endif /* EXTL_MATH_VMATRIX_SELECTOR_H */
52 /* //////////////////////////////////////////////////////////////////// */