|
SigUtil
0.95
Utility modules for modern C++
|
Go to the source code of this file.
Classes | |
| struct | sig::MinkowskiDistance< P > |
| ミンコフスキー距離 More... | |
Namespaces | |
| sig | |
Typedefs | |
| using | sig::ManhattanDistance = MinkowskiDistance< 1 > |
| using | sig::EuclideanDistance = MinkowskiDistance< 2 > |
Variables | |
| const ManhattanDistance | sig::manhattan_distance |
| マンハッタン距離を求める関数(関数オブジェクト) More... | |
| const EuclideanDistance | sig::euclidean_distance |
| ユークリッド距離を求める関数(関数オブジェクト) More... | |