C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

precomputed_types.h
1 /* file: precomputed_types.h */
2 /*******************************************************************************
3 * Copyright 2014-2018 Intel Corporation.
4 *
5 * This software and the related documents are Intel copyrighted materials, and
6 * your use of them is governed by the express license under which they were
7 * provided to you (License). Unless the License provides otherwise, you may not
8 * use, modify, copy, publish, distribute, disclose or transmit this software or
9 * the related documents without Intel's prior written permission.
10 *
11 * This software and the related documents are provided as is, with no express
12 * or implied warranties, other than those that are expressly stated in the
13 * License.
14 *******************************************************************************/
15 
16 /*
17 //++
18 // Implementation of the objective function with precomputed characteristics
19 // interface.
20 //--
21 */
22 
23 #ifndef __PRECOMPUTED_TYPES_H__
24 #define __PRECOMPUTED_TYPES_H__
25 
26 namespace daal
27 {
28 namespace algorithms
29 {
30 namespace optimization_solver
31 {
41 namespace precomputed
42 {
47 enum Method
48 {
49  defaultDense = 0
50 };
51 }
53 }
54 }
55 }
56 #endif
daal
Definition: algorithm_base_common.h:31
daal::algorithms::optimization_solver::precomputed::Method
Method
Definition: precomputed_types.h:47
daal::algorithms::optimization_solver::precomputed::defaultDense
Definition: precomputed_types.h:49

For more complete information about compiler optimizations, see our Optimization Notice.