put_in_range
これは範囲と値を取り、与えられた値が範囲内であればそれを返す単純な関数です。範囲外の場合は、最も近い範囲の終わりの値が返されます。
#include <dlib/algs.h>
templat ...numeric_constants
これは、piやeなどの一般的な数値定数の定義を含む単なるヘッダーファイルです。
#include <dlib/numeric_constants.h>
//Copyright (C) 2013 Steve ...isort_array
sort_arrayは、挿入ソートアルゴリズムの実装です。operator - the items in array must be comparable by comp where comp is a function objec ...
integrate_function_adapt_simp
下記の論文で概説されている適応シンプソン法を使用して、実数値関数の積分の近似値を計算します。
Gander, W. and W. Gautshi, 「 Adaptive Quadrature — Revisit ...
hsort_array
hsort_arrayはヒープソートアルゴリズムの実装です。operator - the items in array must be comparable by comp where comp is a function obje ...