#include "Core/Vector/VectorTem.h"
Include dependency graph for KullbackDivergence.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Vector |
Classes | |
class | Impala::Core::Vector::KullbackDivergenceFtor< ElemT > |
KL(v1||v2). More... | |
Functions | |
template<class ElemT> | |
ElemT | Impala::Core::Vector::KullbackDivergence (const VectorTem< ElemT > &v1, const VectorTem< ElemT > &v2) |
KL(v1||v2). |