term_index.xml 62.6 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="stylesheet.xsl"?>

<doc>
   <title>Index</title>

   <!-- ************************************************************************* -->

   <body>
      <term_list>
11
12
13
14

   <!-- ************* DLIB-ML STUFF **************** -->

         <term file="dlib/rand/rand_float_abstract.h.html" name="get_random_float"/>
15
         <term link="compile.html" name="DLIB_REVISION"/>
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

         <term file="dlib/algs.h.html" name="stack_based_memory_block"/>

         <term file="dlib/geometry/rectangle_abstract.h.html" name="move_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="translate_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="resize_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="resize_rect_width"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="resize_rect_height"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="centered_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="nearest_point"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="shrink_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="grow_rect"/>


         <term file="dlib/optimization/optimization_abstract.h.html" name="central_differences"/>
         <term file="dlib/optimization/optimization_abstract.h.html" name="line_search_funct"/>
Davis King's avatar
Davis King committed
32
33
         <term file="dlib/optimization/optimization_line_search_abstract.h.html" name="optimize_single_variable_failure"/>
         <term file="dlib/optimization/optimization_bobyqa_abstract.h.html" name="bobyqa_failure"/>
Davis King's avatar
Davis King committed
34
         <term file="dlib/optimization/optimization_oca_abstract.h.html" name="oca_problem"/>
35

Davis King's avatar
Davis King committed
36
37
38
         <term file="dlib/optimization/optimization_solve_qp2_using_smo_abstract.h.html" name="invalid_nu_error"/>
         <term file="dlib/optimization/optimization_solve_qp2_using_smo_abstract.h.html" name="maximum_nu"/>

39
40
41
42
43
44
         <term file="optimization.html" name="derivative"/>
         <term file="optimization.html" name="make_line_search_function"/>
         <term file="optimization.html" name="poly_min_extrap"/>
         <term file="optimization.html" name="lagrange_poly_min_extrap"/>
         <term file="optimization.html" name="line_search"/>
         <term file="optimization.html" name="find_min"/>
Davis King's avatar
Davis King committed
45
46
         <term file="optimization.html" name="max_cost_assignment"/>
         <term file="dlib/optimization/max_cost_assignment_abstract.h.html" name="assignment_cost"/>
Davis King's avatar
Davis King committed
47
48
         <term file="optimization.html" name="solve_least_squares"/>
         <term file="optimization.html" name="solve_least_squares_lm"/>
Davis King's avatar
Davis King committed
49
50
51
         <term file="optimization.html" name="find_min_trust_region"/>
         <term file="optimization.html" name="find_max_trust_region"/>
         <term file="optimization.html" name="solve_trust_region_subproblem"/>
52
53
54
55
         <term file="optimization.html" name="find_min_single_variable"/>
         <term file="optimization.html" name="find_min_using_approximate_derivatives"/>
         <term file="optimization.html" name="find_min_bobyqa"/>
         <term file="optimization.html" name="solve_qp_using_smo"/>
Davis King's avatar
Davis King committed
56
         <term file="optimization.html" name="solve_qp2_using_smo"/>
Davis King's avatar
Davis King committed
57
         <term file="optimization.html" name="solve_qp3_using_smo"/>
Davis King's avatar
Davis King committed
58
         <term file="optimization.html" name="oca"/>
59
60
61
62
63
64
65
66
67
68
         <term link="optimization.html#find_min_bobyqa" name="BOBYQA"/>
         <term file="optimization.html" name="find_max"/>
         <term file="optimization.html" name="find_max_single_variable"/>
         <term file="optimization.html" name="find_max_using_approximate_derivatives"/>
         <term file="optimization.html" name="find_max_bobyqa"/>
         <term file="optimization.html" name="objective_delta_stop_strategy"/>
         <term file="optimization.html" name="gradient_norm_stop_strategy"/>
         <term file="optimization.html" name="negate_function"/>
         <term file="optimization.html" name="cg_search_strategy"/>
         <term file="optimization.html" name="bfgs_search_strategy"/>
Davis King's avatar
Davis King committed
69
70
         <term file="optimization.html" name="newton_search_strategy"/>
         <term file="optimization.html" name="newton_search_strategy_obj"/>
71
         <term file="optimization.html" name="lbfgs_search_strategy"/>
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125

         <term file="bayes.html" name="set_node_value"/>
         <term file="bayes.html" name="node_value"/>
         <term file="bayes.html" name="node_is_evidence"/>
         <term file="bayes.html" name="set_node_as_evidence"/>
         <term file="bayes.html" name="set_node_as_nonevidence"/>
         <term file="bayes.html" name="set_node_num_values"/>
         <term file="bayes.html" name="node_num_values"/>
         <term file="bayes.html" name="node_probability"/>
         <term file="bayes.html" name="set_node_probability"/>
         <term file="bayes.html" name="assignment"/>
         <term file="bayes.html" name="joint_probability_table"/>
         <term file="bayes.html" name="conditional_probability_table"/>
         <term file="bayes.html" name="bayes_node"/>
         <term file="bayes.html" name="bayesian_network_gibbs_sampler"/>
         <term file="bayes.html" name="bayesian_network_join_tree"/>
         <term file="bayes.html" name="node_first_parent_assignment"/>
         <term file="bayes.html" name="node_next_parent_assignment"/>
         <term file="bayes.html" name="node_cpt_filled_out"/>

         <term file="algorithms.html" name="rectangle"/>
         <term file="algorithms.html" name="edge"/>
         <term file="algorithms.html" name="is_join_tree"/>
         <term file="algorithms.html" name="create_join_tree"/>
         <term file="algorithms.html" name="set_intersection_size"/>
         <term file="algorithms.html" name="set_intersection"/>
         <term file="algorithms.html" name="set_union"/>
         <term file="algorithms.html" name="set_difference"/>

         <term file="algorithms.html" name="hsort_array"/>
         <term file="algorithms.html" name="put_in_range"/>
         <term file="algorithms.html" name="isort_array"/>

         <term file="algorithms.html" name="median"/>
         <term file="algorithms.html" name="qsort_array"/>
         <term file="algorithms.html" name="rand"/>
         <term link="algorithms.html#rand" name="Mersenne Twister"/>
         <term file="algorithms.html" name="graph_contains_undirected_cycle"/>
         <term file="algorithms.html" name="graph_contains_directed_cycle"/>
         <term file="algorithms.html" name="copy_graph_structure"/>

         <term file="algorithms.html" name="create_moral_graph"/>
         <term file="algorithms.html" name="triangulate_graph_and_find_cliques"/>
         <term file="algorithms.html" name="graph_contains_length_one_cycle"/>
         <term file="algorithms.html" name="find_connected_nodes"/>
         <term file="algorithms.html" name="graph_is_connected"/>
         <term file="algorithms.html" name="is_clique"/>
         <term file="algorithms.html" name="is_maximal_clique"/>
         <term file="algorithms.html" name="square_root"/>
         <term file="algorithms.html" name="vector"/>
         <term file="algorithms.html" name="point"/>
         <term file="algorithms.html" name="rotate_point"/>
         <term file="algorithms.html" name="point_rotator"/>
         <term file="algorithms.html" name="running_stats"/>
Davis King's avatar
Davis King committed
126
         <term file="algorithms.html" name="running_scalar_covariance"/>
Davis King's avatar
Davis King committed
127
         <term file="algorithms.html" name="running_covariance"/>
Davis King's avatar
Davis King committed
128
         <term file="algorithms.html" name="random_subset_selector"/>
Davis King's avatar
Davis King committed
129
         <term file="algorithms.html" name="randomly_subsample"/>
130

Davis King's avatar
Davis King committed
131
132
133
134
135
         <term file="ml.html" name="select_all_distinct_labels"/>
         <term file="dlib/svm/multiclass_tools_abstract.h.html#find_missing_pairs" name="find_missing_pairs"/>

         <term file="ml.html" name="one_vs_one_trainer"/>
         <term file="ml.html" name="one_vs_one_decision_function"/>
Davis King's avatar
Davis King committed
136
137
         <term file="ml.html" name="one_vs_all_trainer"/>
         <term file="ml.html" name="one_vs_all_decision_function"/>
Davis King's avatar
Davis King committed
138

Davis King's avatar
Davis King committed
139
         <term file="dlib/svm/pegasos_abstract.h.html" name="replicate_settings"/>
140
         <term file="ml.html" name="mlp"/>
Davis King's avatar
Davis King committed
141
142
143
         <term file="ml.html" name="load_libsvm_formatted_data"/>
         <term file="ml.html" name="save_libsvm_formatted_data"/>
         <term file="ml.html" name="sparse_to_dense"/>
Davis King's avatar
Davis King committed
144
         <term file="ml.html" name="fix_nonzero_indexing"/>
145
146
147
         <term link="ml.html#mlp" name="multi-layer perceptron"/>
         <term link="ml.html#mlp" name="neural network"/>
         <term file="ml.html" name="svm_pegasos"/>
Davis King's avatar
Davis King committed
148
         <term file="ml.html" name="empirical_kernel_map"/>
Davis King's avatar
Davis King committed
149
150
151
152
153
154

         <term file="ml.html" name="sample_pair"/>
         <term file="dlib/manifold_regularization/sample_pair_abstract.h.html" name="order_by_index"/>
         <term file="dlib/manifold_regularization/sample_pair_abstract.h.html" name="order_by_distance"/>
         <term file="ml.html" name="find_percent_shortest_edges_randomly"/>
         <term file="ml.html" name="find_k_nearest_neighbors"/>
Davis King's avatar
Davis King committed
155
156
157
158
         <term file="ml.html" name="remove_short_edges"/>
         <term file="ml.html" name="remove_long_edges"/>
         <term file="ml.html" name="remove_percent_longest_edges"/>
         <term file="ml.html" name="remove_percent_shortest_edges"/>
Davis King's avatar
Davis King committed
159
         <term file="ml.html" name="find_approximate_k_nearest_neighbors"/>
Davis King's avatar
Davis King committed
160
         <term file="dlib/manifold_regularization/graph_creation_abstract.h.html" name="contains_duplicate_pairs"/>
Davis King's avatar
Davis King committed
161
162
163
164
165
166
167
         <term name="max_index_plus_one">
            <term link="dlib/manifold_regularization/graph_creation_abstract.h.html#max_index_plus_one" name="for graphs"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#max_index_plus_one" name="for sparse vectors"/>
         </term>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="add_to"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="subtract_from"/>

Davis King's avatar
Davis King committed
168
169
170
171
172
         <term file="ml.html" name="linear_manifold_regularizer"/>
         <term file="ml.html" name="squared_euclidean_distance"/>
         <term file="ml.html" name="use_weights_of_one"/>
         <term file="ml.html" name="use_gaussian_weights"/>

Davis King's avatar
Davis King committed
173
         <term file="dlib/svm/empirical_kernel_map_abstract.h.html" name="empirical_kernel_map_error"/>
Davis King's avatar
Davis King committed
174
         <term file="dlib/svm/empirical_kernel_map_abstract.h.html" name="convert_to_decision_function"/>
Davis King's avatar
Davis King committed
175
         <term file="ml.html" name="kernel_matrix"/>
176
177
         <term file="ml.html" name="batch"/>
         <term file="ml.html" name="verbose_batch"/>
Davis King's avatar
Davis King committed
178
179
         <term file="ml.html" name="batch_cached"/>
         <term file="ml.html" name="verbose_batch_cached"/>
180
181
         <term file="ml.html" name="batch_trainer"/>
         <term file="ml.html" name="randomize_samples"/>
Davis King's avatar
Davis King committed
182
         <term file="ml.html" name="simplify_linear_decision_function"/>
183
         <term file="ml.html" name="is_binary_classification_problem"/>
Davis King's avatar
Davis King committed
184
         <term file="ml.html" name="is_learning_problem"/>
185
         <term file="ml.html" name="svm_nu_trainer"/>
Davis King's avatar
Davis King committed
186
         <term file="ml.html" name="svm_c_trainer"/>
Davis King's avatar
Davis King committed
187
         <term file="ml.html" name="svm_one_class_trainer"/>
Davis King's avatar
Davis King committed
188
         <term file="ml.html" name="svm_c_linear_trainer"/>
Davis King's avatar
Davis King committed
189
         <term file="ml.html" name="svm_c_ekm_trainer"/>
190
         <term file="ml.html" name="rvm_trainer"/>
Davis King's avatar
Davis King committed
191
         <term file="ml.html" name="krr_trainer"/>
Davis King's avatar
Davis King committed
192
         <term file="ml.html" name="rr_trainer"/>
Davis King's avatar
Davis King committed
193
         <term file="ml.html" name="svr_trainer"/>
194
195
196
197
198
         <term file="ml.html" name="rvm_regression_trainer"/>
         <term file="ml.html" name="rbf_network_trainer"/>
         <term file="ml.html" name="reduced"/>
         <term file="ml.html" name="reduced_decision_function_trainer"/>
         <term file="ml.html" name="reduced2"/>
Davis King's avatar
Davis King committed
199
         <term file="ml.html" name="approximate_distance_function"/>
200
201
         <term file="ml.html" name="reduced_decision_function_trainer2"/>
         <term file="ml.html" name="train_probabilistic_decision_function"/>
Davis King's avatar
Davis King committed
202
         <term file="ml.html" name="probabilistic"/>
203
204
         <term file="ml.html" name="cross_validate_trainer"/>
         <term file="ml.html" name="cross_validate_trainer_threaded"/>
Davis King's avatar
Davis King committed
205
         <term file="ml.html" name="cross_validate_multiclass_trainer"/>
Davis King's avatar
Davis King committed
206
         <term file="ml.html" name="cross_validate_regression_trainer"/>
207
         <term file="ml.html" name="test_binary_decision_function"/>
Davis King's avatar
Davis King committed
208
         <term file="ml.html" name="test_multiclass_decision_function"/>
Davis King's avatar
Davis King committed
209
         <term file="ml.html" name="test_regression_function"/>
210
211
         <term link="ml.html#svm_nu_trainer" name="support vector machine"/>
         <term link="ml.html#rvm_trainer" name="relevance vector machine"/>
Davis King's avatar
Davis King committed
212
         <term link="ml.html#krr_trainer" name="kernel ridge regression"/>
Davis King's avatar
Davis King committed
213
         <term link="ml.html#rr_trainer" name="ridge regression"/>
Davis King's avatar
Davis King committed
214
         <term link="ml.html#svr_trainer" name="support vector regression"/>
Davis King's avatar
Davis King committed
215
216
         <term link="ml.html#krr_trainer" name="regularized least squares"/>
         <term link="ml.html#krr_trainer" name="least squares SVM"/>
217
218
219
         <term file="ml.html" name="krls"/>
         <term file="ml.html" name="kcentroid"/>
         <term file="ml.html" name="linearly_independent_subset_finder"/>
Davis King's avatar
Davis King committed
220
         <term file="ml.html" name="fill_lisf"/>
Davis King's avatar
Davis King committed
221
         <term file="ml.html" name="sort_basis_vectors"/>
222
         <term file="ml.html" name="vector_normalizer"/>
Davis King's avatar
Davis King committed
223
         <term file="ml.html" name="vector_normalizer_pca"/>
Davis King's avatar
Davis King committed
224
225
         <term file="ml.html" name="discriminant_pca"/>
         <term file="dlib/statistics/dpca_abstract.h.html" name="discriminant_pca_error"/>
226
         <term file="ml.html" name="kkmeans"/>
Davis King's avatar
Davis King committed
227
         <term file="ml.html" name="find_clusters_using_kmeans"/>
228
229
         <term file="ml.html" name="pick_initial_centers"/>
         <term file="ml.html" name="rank_features"/>
Davis King's avatar
Davis King committed
230
         <term file="ml.html" name="find_gamma_with_big_centroid_gap"/>
Davis King's avatar
Davis King committed
231
         <term file="ml.html" name="compute_mean_squared_distance"/>
232
         <term file="dlib/svm/feature_ranking_abstract.h.html" name="verbose_find_gamma_with_big_centroid_gap"/>
233
234
235
236
237
238
239
240

         <term file="ml.html" name="null_trainer"/>
         <term file="ml.html" name="null_trainer_type"/>
         <term file="ml.html" name="roc_c1_trainer"/>
         <term file="ml.html" name="roc_c2_trainer"/>
         <term file="ml.html" name="roc_trainer_type"/>

         <term file="ml.html" name="decision_function"/>
Davis King's avatar
Davis King committed
241
         <term file="ml.html" name="projection_function"/>
242
243
244
         <term file="ml.html" name="normalized_function"/>
         <term file="ml.html" name="distance_function"/>
         <term file="ml.html" name="probabilistic_decision_function"/>
Davis King's avatar
Davis King committed
245
         <term file="ml.html" name="probabilistic_function"/>
246
247
248
249
250
251
         <term file="ml.html" name="linear_kernel"/>
         <term file="ml.html" name="offset_kernel"/>
         <term file="ml.html" name="polynomial_kernel"/>
         <term file="ml.html" name="sigmoid_kernel"/>
         <term file="ml.html" name="radial_basis_kernel"/>

252
253

         <term file="dlib/svm/sparse_vector_abstract.h.html" name="sparse_vectors"/>
254
255
256
257
258
259
260
261
         <term file="ml.html" name="sparse_linear_kernel"/>
         <term file="ml.html" name="sparse_polynomial_kernel"/>
         <term file="ml.html" name="sparse_sigmoid_kernel"/>
         <term file="ml.html" name="sparse_radial_basis_kernel"/>

         <term link="dlib/svm/kernel_abstract.h.html#Kernel_Function_Objects" name="Kernel Function Objects"/>
         <term file="dlib/svm/kernel_abstract.h.html" name="kernel_derivative"/>

Davis King's avatar
Davis King committed
262
         <term file="containers.html" name="unordered_pair"/>
263
264
265
266
267
268
269
270
271
272
273
         <term file="containers.html" name="std_vector_c"/>
         <term file="containers.html" name="graph"/>
         <term file="containers.html" name="directed_graph"/>
         <term file="containers.html" name="array"/>
         <term file="containers.html" name="binary_search_tree"/>
         <term file="containers.html" name="matrix"/>
         <term file="containers.html" name="enumerable"/>
         <term file="containers.html" name="map_pair"/>
         <term file="containers.html" name="map"/>


Davis King's avatar
Davis King committed
274
         <term file="dlib/matrix/matrix_exp_abstract.h.html" name="matrix_exp"/>
275
276
277
278
         <term file="dlib/matrix/matrix_abstract.h.html" name="const_temp_matrix"/>

         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="sigmoid"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="reciprocal"/>
Davis King's avatar
Davis King committed
279
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="reciprocal_max"/>
280
281
282
283
284
285
286
287
288
289
290
291
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="round"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="round_zeros"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="complex_matrix"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="normalize"/>


         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="linspace"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="logspace"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="cartesian_product"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="randm"/>

         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="diag"/>
Davis King's avatar
Davis King committed
292
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="diag_exp"/>
293
294
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="diagm"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="trans"/>
Davis King's avatar
Davis King committed
295
296
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="fliplr"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="flipud"/>
Davis King's avatar
Davis King committed
297

Davis King's avatar
Davis King committed
298
299
         <term file="dlib/matrix/symmetric_matrix_cache_abstract.h.html" name="symmetric_matrix_cache"/>

Davis King's avatar
Davis King committed
300
301
302
303
304
         <term name="dot">
            <term link="dlib/matrix/matrix_utilities_abstract.h.html#dot" name="for matrix objects"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#dot" name="for sparse vectors"/>
         </term>

305
306
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="lowerm"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="upperm"/>
Davis King's avatar
Davis King committed
307
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="make_symmetric"/>
308
309
310
311
312
313
314
315
316
317
318
319
320
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="zeros_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="ones_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="uniform_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="identity_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="rotate"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="removerc"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="remove_row"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="remove_col"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="matrix_cast"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="set_all_elements"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="tmp"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="array_to_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="vector_to_matrix"/>
Davis King's avatar
Davis King committed
321
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointer_to_column_vector"/>
Davis King's avatar
Davis King committed
322
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointer_to_matrix"/>
323
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="reshape_to_column_vector"/>
Davis King's avatar
Davis King committed
324
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="reshape"/>
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="squared"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="cubed"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_vector"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_row_vector"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_col_vector"/>


         <term file="dlib/matrix/matrix_la_abstract.h.html" name="lu_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="qr_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="cholesky_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="eigenvalue_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="inv"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="inv_lower_triangular"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="inv_upper_triangular"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="pinv"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="real_eigenvalues"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="svd"/>
         <term link="dlib/matrix/matrix_la_abstract.h.html#svd" name="singular value decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="svd2"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="svd3"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="det"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="trace"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="chol"/>



         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="rowm"/>
Davis King's avatar
Davis King committed
352
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="rowm_exp"/>
353
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="colm"/>
Davis King's avatar
Davis King committed
354
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="colm_exp"/>
355
356
357
358
359
360
361
362
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="subm"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="range"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="set_rowm"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="set_colm"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="set_subm"/>


         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointwise_multiply"/>
Davis King's avatar
Davis King committed
363
364
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="join_rows"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="join_cols"/>
365
366
367
368
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="equal"/>


         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="scale_columns"/>
Davis King's avatar
Davis King committed
369
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="scale_rows"/>
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sort_columns"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="rsort_columns"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="tensor_product"/>

         <term name="length">
            <term link="dlib/matrix/matrix_utilities_abstract.h.html#length" name="for matrix objects"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#length" name="for sparse vectors"/>
         </term>

         <term name="length_squared">
            <term link="dlib/matrix/matrix_utilities_abstract.h.html#length_squared" name="for matrix objects"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#length_squared" name="for sparse vectors"/>
         </term>

         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="min"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="find_min_and_max"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="index_of_max"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="index_of_min"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="max"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sum"/>
Davis King's avatar
Davis King committed
390
391
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sum_rows"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sum_cols"/>
392
393
394
395
396
397
398
399
400
401
402
403
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="prod"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="mean"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="variance"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="covariance"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pixel_to_vector"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="vector_to_pixel"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="clamp"/>


         <term file="dlib/svm/sparse_vector_abstract.h.html" name="scale_by"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="distance_squared"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="distance"/>
Davis King's avatar
Davis King committed
404
405
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="has_unsigned_keys"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="assign_dense_to_sparse"/>
406
407
408
409
410
411
412

         <term file="containers.html" name="remover"/>
         <term file="containers.html" name="scoped_ptr"/>
         <term file="containers.html" name="set"/>
         <term file="containers.html" name="shared_ptr"/>
         <term file="containers.html" name="stack"/>
         <term file="containers.html" name="weak_ptr"/>
Davis King's avatar
Davis King committed
413
         <term file="containers.html" name="any"/>
Davis King's avatar
Davis King committed
414
         <term file="containers.html" name="any_function"/>
Davis King's avatar
Davis King committed
415
416
         <term file="containers.html" name="any_trainer"/>
         <term file="containers.html" name="any_decision_function"/>
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437

         <term file="metaprogramming.html" name="enable_if"/>
         <term file="metaprogramming.html" name="disable_if"/>

         <term file="metaprogramming.html" name="tmin"/>
         <term file="metaprogramming.html" name="tmax"/>
         <term file="metaprogramming.html" name="tabs"/>

         <term file="metaprogramming.html" name="unsigned_type"/>
         <term file="metaprogramming.html" name="DLIB_ASSERT"/>
         <term link="metaprogramming.html#DLIB_ASSERT" name="ENABLE_ASSERTS"/>
         <term link="metaprogramming.html#DLIB_ASSERT" name="dlib_assert_breakpoint"/>
         <term file="metaprogramming.html" name="ASSERT_ARE_NOT_SAME_TYPE"/>
         <term file="metaprogramming.html" name="ASSERT_ARE_SAME_TYPE"/>
         <term file="metaprogramming.html" name="DLIB_CASSERT"/>
         <term file="metaprogramming.html" name="COMPILE_TIME_ASSERT"/>
         <term file="metaprogramming.html" name="TIME_THIS"/>
         <term link="metaprogramming.html#TIME_THIS" name="TIME_THIS_TO"/>
         <term file="metaprogramming.html" name="_dT"/>
         <term file="metaprogramming.html" name="is_pointer_type"/>
         <term file="metaprogramming.html" name="is_const_type"/>
Davis King's avatar
Davis King committed
438
         <term file="metaprogramming.html" name="is_reference_type"/>
439
         <term file="metaprogramming.html" name="is_same_type"/>
Davis King's avatar
Davis King committed
440
         <term file="metaprogramming.html" name="is_same_object"/>
441
442
443
444
445
446
447
448
449
450
         <term file="metaprogramming.html" name="is_convertible"/>
         <term file="metaprogramming.html" name="is_complex"/>
         <term file="metaprogramming.html" name="is_function"/>
         <term file="metaprogramming.html" name="wrap_function"/>
         <term file="metaprogramming.html" name="is_signed_type"/>
         <term file="metaprogramming.html" name="is_unsigned_type"/>
         <term file="metaprogramming.html" name="noncopyable"/>
         <term link="metaprogramming.html#portability_macros" name="portability macros"/>
         <term file="metaprogramming.html" name="static_switch"/>
         <term file="metaprogramming.html" name="is_graph"/>
Davis King's avatar
Davis King committed
451
         <term file="metaprogramming.html" name="is_rand"/>
452
453
         <term file="metaprogramming.html" name="is_matrix"/>
         <term file="metaprogramming.html" name="is_std_vector"/>
Davis King's avatar
Davis King committed
454
         <term file="metaprogramming.html" name="is_pair"/>
455
456
         <term file="metaprogramming.html" name="is_directed_graph"/>
         <term file="metaprogramming.html" name="is_built_in_scalar_type"/>
Davis King's avatar
Davis King committed
457
         <term file="metaprogramming.html" name="promote"/>
Davis King's avatar
Davis King committed
458
         <term file="metaprogramming.html" name="basic_type"/>
459
460
461
462
463
464
465
466
467
468
469
470
         <term file="metaprogramming.html" name="assign_zero_if_built_in_scalar_type"/>


         <term link="dlib/platform.h.html" name="POSIX"/>
         <term link="dlib/platform.h.html" name="MACOSX"/>
         <term link="dlib/platform.h.html" name="HPUX"/>
         <term link="dlib/platform.h.html" name="WIN32"/>

         <term file="other.html" name="copy_functor"/>
         <term file="other.html" name="deserialize"/>
         <term file="other.html" name="error"/>
         <term file="other.html" name="memory_manager"/>
Davis King's avatar
Davis King committed
471
         <term file="other.html" name="default_memory_manager"/>
472
473
474
475
476
477
         <term file="other.html" name="memory_manager_global"/>
         <term file="other.html" name="serialize"/>
         <term file="other.html" name="uint8"/>
         <term file="other.html" name="uint16"/>
         <term file="other.html" name="uint32"/>
         <term file="other.html" name="uint64"/>
Davis King's avatar
Davis King committed
478
479
480
481
         <term file="other.html" name="int8"/>
         <term file="other.html" name="int16"/>
         <term file="other.html" name="int32"/>
         <term file="other.html" name="int64"/>
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
         <term file="other.html" name="zero_extend_cast"/>

         <term name="kernel">
            <term link="intro.html#Notation" name="in notation overview"/>
            <term link="intro.html#Creating Objects" name="regarding creating objects"/>
         </term>

         <term link="intro.html#Notation" name="extension"/>
         <term link="intro.html#Notation" name="abstract"/>
         <term link="intro.html#Notation" name="requires"/>
         <term link="intro.html#Notation" name="ensures"/>
         <term link="intro.html#Notation" name="throws"/>
         <term link="intro.html#meaning_of_hash" name="# symbol in comments"/>
         <term file="intro.html" name="CONVENTION"/>


         <term link="intro.html#Creating Objects" name="debugging modes: enable/disable"/>

   <!-- ******************************************** -->
   <!-- ************* GENERAL STUFF **************** -->
   <!-- ******************************************** -->

504
505
         <term file="other.html" name="console_progress_indicator"/>

506
         <term link="api.html#gui_core" name="gui"/>
507
508
509
510
511
512
513
514
         <term file="api.html" name="gui_core"/>
         <term file="api.html" name="gui_widgets"/>
         <term file="api.html" name="misc_api"/>
         <term file="api.html" name="dir_nav"/>
         <term file="api.html" name="sockets"/>
         <term file="api.html" name="threads"/>
         <term file="api.html" name="auto_mutex"/>
         <term file="api.html" name="auto_unlock"/>
Davis King's avatar
Davis King committed
515
516
         <term file="api.html" name="auto_mutex_readonly"/>
         <term file="api.html" name="auto_unlock_readonly"/>
517
         <term link="api.html#create_new_thread%20extension" name="create_new_thread extension"/> 
518
519
         <term file="api.html" name="multithreaded_object"/>
         <term file="api.html" name="rmutex"/>
Davis King's avatar
Davis King committed
520
         <term file="api.html" name="read_write_mutex"/>
521
522
523
524
525
         <term file="api.html" name="rsignaler"/>
         <term file="api.html" name="thread_function"/>
         <term file="api.html" name="thread_specific_data"/>
         <term file="api.html" name="threaded_object"/>
         <term file="api.html" name="thread_pool"/>
Davis King's avatar
Davis King committed
526
         <term link="api.html#thread_pool" name="futures"/>
527
528


529
530
531
532
         <term file="compile.html" name="DLIB_ISO_CPP_ONLY"/>
         <term file="compile.html" name="DLIB_NO_GUI_SUPPORT"/>
         <term file="compile.html" name="NO_MAKEFILE"/>
         <term file="compile.html" name="DLIB_THREAD_POOL_TIMEOUT"/>
533

534
535
536
537
538
539
540
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="get_thread_id"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="is_dlib_thread"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="register_thread_end_handler"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="unregister_thread_end_handler"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="create_new_thread"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="mutex"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="signaler"/>
541

542
543
544
545
546
547
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="sleep"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="get_current_dir"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="dir_create_error"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="create_directory"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="timestamper"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="get_timestamp"/>
548
549


550
551
552
553
554
555
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="get_filesystem_roots"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="file"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="file_not_found"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="directory"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="dir_not_found"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="listing_error"/>
Davis King's avatar
Davis King committed
556
557
         <term link="dlib/dir_nav/dir_nav_extensions_abstract.h.html#get_files_in_directory_tree" 
            name="get_files_in_directory_tree"/>
Davis King's avatar
Davis King committed
558
559
         <term link="dlib/dir_nav/dir_nav_extensions_abstract.h.html#get_parent_directory" 
            name="get_parent_directory"/>
560
561
         <term file="dlib/dir_nav/dir_nav_extensions_abstract.h.html" name="match_ending"/>
         <term file="dlib/dir_nav/dir_nav_extensions_abstract.h.html" name="match_all"/>
562
563


564
565
566
567
568
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="wait_until_closed"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="put_on_clipboard"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_from_clipboard"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="canvas"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="base_window"/>
569
570


571
572
573
574
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="trigger_user_event"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="invalidate_rectangle"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="close_window"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="is_closed"/>
575
576
577
578
579
580
581
         <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#is_closed" name="set_title"/>

         <term name="set_pos">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#set_pos" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#set_pos" name="in drawable object"/>
         </term>

582
583
584
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_pos"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_size"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_display_size"/>
585

586
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="on_window_close"/>
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614

         <term name="on_user_event">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_user_event" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_user_event" name="in drawable object"/>
         </term>

         <term name="on_window_resized">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_window_resized" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_window_resized" name="in drawable object"/>
         </term>

         <term name="on_window_moved">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_window_moved" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_window_moved" name="in drawable object"/>
         </term>

         <term name="on_mouse_down">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_down" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_down" name="in drawable object"/>
         </term>

         <term name="on_mouse_up">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_up" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_up" name="in drawable object"/>
         </term>

         <term name="on_mouse_move">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_move" name="in base_window object"/>
615
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_move" name="in drawable object"/>
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
         </term>

         <term name="on_mouse_leave">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_leave" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_leave" name="in drawable object"/>
         </term>

         <term name="on_mouse_enter">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_enter" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_enter" name="in drawable object"/>
         </term>

         <term name="on_focus_gained">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_focus_gained" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_focus_gained" name="in drawable object"/>
         </term>

         <term name="on_focus_lost">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_focus_lost" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_focus_lost" name="in drawable object"/>
         </term>

         <term name="on_wheel_up">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_wheel_up" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_wheel_up" name="in drawable object"/>
         </term>

         <term name="on_wheel_down">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_wheel_down" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_wheel_down" name="in drawable object"/>
         </term>

         <term name="on_keydown">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_keydown" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_keydown" name="in drawable object"/>
         </term>

Davis King's avatar
Davis King committed
653
654
655
656
657
658
         <term name="on_string_put">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_string_put" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_string_put" name="in drawable object"/>
         </term>


659
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="paint"/>
660
661
662
663
664





665
666
667
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="set_background_color"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="z_order"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="set_z_order"/>
668
669
670

         <term name="get_rect">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#get_rect" name="in drawable object"/>
671
            <term link="algorithms.html#get_rect" name="for general matrix like objects"/>
672
673
         </term>

674
675
676
677
678
679
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="is_enabled"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="enable"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="disable"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="is_hidden"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="drawable_window"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="drawable"/>
680
681
682
683
684
685
686
687
688
689
690

         <term name="show">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#show" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#show" name="in drawable object"/>
         </term>
         <term name="hide">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#hide" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#hide" name="in drawable object"/>
         </term>


691
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="parent_window"/>
692
693
694
695
696
697
698
699
700

         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="rect"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="m"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="parent"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="hidden"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="enabled"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="lastx"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="lasty"/>

701
702
703
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="enable_events"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="disable_events"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="events_are_enabled"/>
704
705
706
707
708
709
710

         <term name="draw_line">
            <term link="dlib/gui_widgets/canvas_drawing_abstract.h.html#draw_line" name="in the drawable GUI object"/>
            <term link="imaging.html#draw_line" name="for image/array2d objects"/>
         </term>


711
712
713
714
715
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_default"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_toolbar1"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_toolbar_icon1"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_arrow"/>
Davis King's avatar
Davis King committed
716

717
718
         <term file="dlib/gui_widgets/style_abstract.h.html" name="list_box_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="list_box_style_default"/>
Davis King's avatar
Davis King committed
719

Davis King's avatar
Davis King committed
720

721
722
723
724
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_field_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_field_style_default"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_box_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_box_style_default"/>
Davis King's avatar
Davis King committed
725
726


727
728
729
730
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style_default"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style_check_box"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style_radio_button"/>
731

Davis King's avatar
Davis King committed
732

733
734
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scrollable_region_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scrollable_region_style_default"/>
Davis King's avatar
Davis King committed
735

736
737
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style_default"/>
Davis King's avatar
Davis King committed
738

739
740
741
742
743
744
745
746
747
748
749
750
751
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_rectangle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_circle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_pixel"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_solid_circle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_button_down"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_sunken_rectangle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_button_up"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_checkered"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_image"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="fill_rect"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="fill_rect_with_vertical_gradient"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="fill_gradient_rounded"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_rounded_rectangle"/>
752

753
754
755
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="draw"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="set_main_font"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="main_font"/>
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778

         <term name="bottom">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#bottom" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#bottom" name="in rectangle object"/>
         </term>
         <term name="top">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#top" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#top" name="in rectangle object"/>
         </term>
         <term name="left">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#left" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#left" name="in rectangle object"/>
         </term>
         <term name="right">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#right" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#right" name="in rectangle object"/>
         </term>
         <term name="width">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#width" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#width" name="in rectangle object"/>
         </term>


779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="open_file_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="open_existing_file_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="save_file_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="message_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="message_box_blocking"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="label"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="toggle_button"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="text_grid"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="directed_graph_drawer"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="text_field"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="text_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="check_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="radio_button"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="tabbed_display"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="named_rectangle"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="mouse_tracker"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="list_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="menu_bar"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="image_display"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="image_window"/>
Davis King's avatar
Davis King committed
799
800
         <term link="dlib/gui_widgets/widgets_abstract.h.html#overlay_line" name="overlay_line"/>
         <term link="dlib/gui_widgets/widgets_abstract.h.html#overlay_rect" name="overlay_rect"/>
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836

         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="letter"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="font"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="default_font"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="get_native_font"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="bdf_font"/>


         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="button"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="draggable"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="button_action"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="zoomable_region"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="scrollable_region"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="mouse_over_event"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="tooltip"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="popup_menu_region"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="scroll_bar"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="widget_group"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="image_widget"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="popup_menu"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item_text"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item_separator"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item_submenu"/>


         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="get_local_hostname"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="hostname_to_ip"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="ip_to_hostname"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="create_listener"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="create_connection"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="connection"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="listener"/>


         <term file="dlib/sockets/sockets_extensions_abstract.h.html" name="connect"/>
837
838
         <term file="dlib/sockets/sockets_extensions_abstract.h.html" name="is_ip_address"/>
         <term file="dlib/sockets/sockets_extensions_abstract.h.html" name="close_gracefully"/>
Davis King's avatar
Davis King committed
839

840
841
842



843

Davis King's avatar
Davis King committed
844

845
846
847
848
849
850
851
852
         <term file="algorithms.html" name="bigint"/>
         <term file="algorithms.html" name="crc32"/>


         <term file="algorithms.html" name="md5"/>



853

Davis King's avatar
Davis King committed
854

855
856
857
858
859
860
861
862
863
864
865
866
867



         <term file="compression.html" name="compress_stream"/>
         <term file="compression.html" name="conditioning_class"/>
         <term file="compression.html" name="entropy_decoder"/>
         <term file="compression.html" name="entropy_decoder_model"/>
         <term file="compression.html" name="entropy_encoder"/>
         <term file="compression.html" name="entropy_encoder_model"/>
         <term file="compression.html" name="lz77_buffer"/>
         <term file="compression.html" name="lzp_buffer"/>


868

Davis King's avatar
Davis King committed
869
870
871
         <term file="dlib/ref.h.html" name="ref"/>
         <term file="dlib/ref.h.html" name="cref"/>
         <term file="containers.html" name="reference_wrapper"/>
872
873
874
875
876
         <term file="containers.html" name="tuple"/>
         <term file="containers.html" name="type_safe_union"/>

         <term file="containers.html" name="array2d"/>

877

878
879
880
881
882
883
884
         <term file="containers.html" name="hash_map"/>
         <term file="containers.html" name="hash_set"/>
         <term file="containers.html" name="hash_table"/>


         <term file="containers.html" name="queue"/>
         <term file="containers.html" name="reference_counter"/>
885

886
887
888
889
890
         <term file="containers.html" name="sequence"/>
         <term file="containers.html" name="shared_ptr_thread_safe"/>
         <term file="containers.html" name="sliding_buffer"/>
         <term file="containers.html" name="static_map"/>
         <term file="containers.html" name="static_set"/>
891
892
893



Davis King's avatar
Davis King committed
894
895
896
897
         <term link="dlib/image_transforms/thresholding_abstract.h.html" name="on_pixel"/>
         <term link="dlib/image_transforms/thresholding_abstract.h.html" name="off_pixel"/>
    

898
         <term file="imaging.html" name="assign_image"/>
Davis King's avatar
Davis King committed
899
         <term file="imaging.html" name="assign_image_scaled"/>
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
         <term file="imaging.html" name="assign_all_pixels"/>
         <term file="imaging.html" name="assign_border_pixels"/>
         <term file="imaging.html" name="assign_pixel"/>
         <term file="imaging.html" name="assign_pixel_intensity"/>
         <term file="imaging.html" name="get_pixel_intensity"/>
         <term file="imaging.html" name="hysteresis_threshold"/>
         <term file="imaging.html" name="sobel_edge_detector"/>
         <term file="imaging.html" name="suppress_non_maximum_edges"/>
         <term file="imaging.html" name="zero_border_pixels"/>
         <term file="imaging.html" name="binary_close"/>
         <term file="imaging.html" name="edge_orientation"/>
         <term file="imaging.html" name="binary_union"/>
         <term file="imaging.html" name="binary_complement"/>
         <term file="imaging.html" name="binary_difference"/>
         <term file="imaging.html" name="binary_dilation"/>
         <term file="imaging.html" name="binary_erosion"/>
         <term file="imaging.html" name="binary_intersection"/>
         <term file="imaging.html" name="binary_open"/>
         <term file="imaging.html" name="equalize_histogram"/>
         <term file="imaging.html" name="get_histogram"/>
         <term file="imaging.html" name="hsi_pixel"/>
         <term file="imaging.html" name="load_bmp"/>
         <term file="imaging.html" name="load_dng"/>
         <term file="imaging.html" name="pixel_traits"/>
         <term file="imaging.html" name="rgb_pixel"/>
Davis King's avatar
Davis King committed
925
926
927
         <term file="imaging.html" name="bgr_pixel"/>
         <term file="imaging.html" name="cv_image"/>
         <term link="imaging.html#cv_image" name="OpenCV Image"/>
928
         <term file="imaging.html" name="rgb_alpha_pixel"/>
929
         <term link="imaging.html#rgb_alpha_pixel" name="alpha"/>
930
931
932
         <term file="imaging.html" name="save_bmp"/>
         <term file="imaging.html" name="save_dng"/>
         <term file="imaging.html" name="spatially_filter_image"/>
Davis King's avatar
Davis King committed
933
         <term file="imaging.html" name="pyramid_down"/>
934
935
936
         <term file="imaging.html" name="threshold_image"/>
         <term file="imaging.html" name="auto_threshold_image"/>
         <term file="imaging.html" name="png_loader"/>
Davis King's avatar
Davis King committed
937
         <term file="imaging.html" name="jpeg_loader"/>
938
939
940
941
942

         <term file="imaging.html" name="integral_image"/>
         <term file="imaging.html" name="hessian_pyramid"/>
         <term file="imaging.html" name="compute_dominant_angle"/>
         <term file="imaging.html" name="compute_surf_descriptor"/>
Davis King's avatar
Davis King committed
943
         <term file="imaging.html" name="hog_image"/>
944
945
946
947
948
949
950
951
         <term file="imaging.html" name="haar_x"/>
         <term file="imaging.html" name="haar_y"/>
         <term file="imaging.html" name="get_interest_points"/>
         <term file="imaging.html" name="get_surf_points"/>
         <term file="imaging.html" name="interest_point"/>
         <term file="imaging.html" name="surf_point"/>


952

Davis King's avatar
Davis King committed
953
         <term link="metaprogramming.html#DLIB_STACK_TRACE" name="DLIB_ENABLE_STACK_TRACE"/>
954
         <term file="metaprogramming.html" name="DLIB_STACK_TRACE"/>
Davis King's avatar
Davis King committed
955
         <term link="metaprogramming.html#DLIB_STACK_TRACE" name="Stack Trace"/>
956
957
         <term file="metaprogramming.html" name="DLIB_STACK_TRACE_NAMED"/>
         <term file="metaprogramming.html" name="get_stack_trace"/>
958

Davis King's avatar
Davis King committed
959

960
961
962
963
964
965






966
         <term file="other.html" name="std_allocator"/>
967
968
         <term link="other.html#std_allocator" name="allocator"/>

969
970
         <term file="other.html" name="bit_stream"/>
         <term file="other.html" name="byte_orderer"/>
971

972
973
974
975
976
977
978
979
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_is_big_endian"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_is_little_endian"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_to_network"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="network_to_host"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_to_big"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="big_to_host"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_to_little"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="little_to_host"/>
980

981

982
983
         <term link="other.html#dlib_testing_suite" name="testing"/>
         <term link="other.html#dlib_testing_suite" name="unit testing"/>
984
985
         <term file="other.html" name="logger"/>
         <term file="other.html" name="member_function_pointer"/>
Davis King's avatar
Davis King committed
986
         <term file="other.html" name="make_mfp"/>
987
988
989
990
991
992
993
994
995
996
         <term file="other.html" name="bound_function_pointer"/>
         <term file="other.html" name="memory_manager_stateless"/>
         <term file="other.html" name="pipe"/>
         <term file="other.html" name="sync_extension"/>
         <term file="other.html" name="timeout"/>
         <term file="other.html" name="timer"/>


         <term file="network.html" name="linker"/>
         <term file="network.html" name="server"/>
997
         <term link="network.html#http" name="HTTP server"/>
998
         <term file="network.html" name="sockstreambuf"/>
999
1000
1001



1002
         <term file="parsing.html" name="basic_utf8_ifstream"/>
1003
1004
         <term link="parsing.html#utf8_wifstream" name="basic_utf8_ifstream"/>
         <term link="parsing.html#utf8_uifstream" name="basic_utf8_ifstream"/>
1005
1006
         <term file="parsing.html" name="base64"/>
         <term file="parsing.html" name="cmd_line_parser"/>
1007
         <term file="dlib/interfaces/cmd_line_parser_option.h.html" name="cmd_line_parser_option"/>
1008
         <term link="parsing.html#cmd_line_parser" name="command line parsing"/>
1009
         <term file="parsing.html" name="config_reader"/>
1010
         <term link="parsing.html#config_reader" name="config file parser"/>
1011
1012
1013
1014
         <term file="parsing.html" name="cpp_pretty_printer"/>
         <term file="parsing.html" name="cpp_tokenizer"/>
         <term file="parsing.html" name="narrow"/>
         <term file="parsing.html" name="string_cast"/>
Davis King's avatar
Davis King committed
1015
1016
         <term file="parsing.html" name="string_assign"/>
         <term link="parsing.html#string_assign" name="sa"/>
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
         <term file="parsing.html" name="tokenizer"/>
         <term file="parsing.html" name="wrap_string"/>
         <term file="parsing.html" name="xml_parser"/>
         <term file="parsing.html" name="cast_to_string"/>
         <term file="parsing.html" name="toupper"/>
         <term file="parsing.html" name="tolower"/>
         <term file="parsing.html" name="trim"/>
         <term file="parsing.html" name="ltrim"/>
         <term file="parsing.html" name="rtrim"/>
         <term file="parsing.html" name="pad"/>
         <term file="parsing.html" name="lpad"/>
         <term file="parsing.html" name="rpad"/>
         <term file="parsing.html" name="left_substr"/>
         <term file="parsing.html" name="right_substr"/>
Davis King's avatar
Davis King committed
1031
         <term file="parsing.html" name="split"/>
1032
1033
1034
1035
1036
1037
         <term file="parsing.html" name="unichar"/>
         <term file="parsing.html" name="ustring"/>
         <term file="parsing.html" name="convert_utf8_to_utf32"/>
         <term file="parsing.html" name="is_combining_char"/>
         <term file="parsing.html" name="strings_equal_ignore_case"/>
         <term file="dlib/unicode/unicode_abstract.h.html" name="invalid_utf8_error"/>
1038
1039
1040
1041




1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
         <term file="dlib/logger/logger_config_file.h.html" name="configure_loggers_from_file"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="log_level"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LALL"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LNONE"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LTRACE"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LDEBUG"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LINFO"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LWARN"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LERROR"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LFATAL"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="set_all_logging_output_streams"/>
Davis King's avatar
Davis King committed
1053
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="set_all_logging_output_hooks"/>
1054
1055
1056
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="set_all_logging_levels"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="print_default_logger_header"/>
         <term file="dlib/logger/extra_logger_headers.h.html" name="print_datetime_logger_header"/>
1057

Davis King's avatar
Davis King committed
1058
1059
1060
1061
1062





1063
1064
         <term file="algorithms.html" name="quantum_register"/>
         <term file="algorithms.html" name="gate"/>
Davis King's avatar
Davis King committed
1065

1066
1067
1068
1069
1070
1071
1072
1073
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="gate_exp"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="composite_gate"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="x"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="y"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="z"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="noop"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="cnot"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="toffoli"/>
Davis King's avatar
Davis King committed
1074
1075


1076
1077
1078
1079
1080
         <term link="dlib/algs.h.html#general_return_codes" name="TIMEOUT"/>
         <term link="dlib/algs.h.html#general_return_codes" name="WOULDBLOCK"/>
         <term link="dlib/algs.h.html#general_return_codes" name="OTHER_ERROR"/>
         <term link="dlib/algs.h.html#general_return_codes" name="SHUTDOWN"/>
         <term link="dlib/algs.h.html#general_return_codes" name="PORTINUSE"/>
Davis King's avatar
Davis King committed
1081

1082
1083
1084
1085
1086
1087
1088
1089
      </term_list>
   
   </body>

   <!-- ************************************************************************* -->

</doc>