#include <stdint.h>
#include <Eigen/Core>
Go to the source code of this file.
Classes | |
struct | vt::distance::Accumulator< T > |
Meta-function returning a type that can be used to accumulate many values of T. More... | |
struct | vt::distance::L2< Feature > |
Default implementation of L2 distance metric. More... | |
struct | vt::distance::L2< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > > |
Specialization for Eigen::Matrix types. More... | |
Namespaces | |
namespace | vt |
namespace | vt::distance |