#include "Core/Vector/VectorTem.h"Include dependency graph for HistogramIntersection.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::HistogramIntersectionFtor< ElemT > |
Functions | |
| template<class ElemT> | |
| ElemT | Impala::Core::Vector::HistogramIntersection (const VectorTem< ElemT > &v1, const VectorTem< ElemT > &v2) |
| double | Impala::Core::Vector::HistogramIntersectionDouble (const Vector::VectorTem< double > &v1, const Vector::VectorTem< double > &v2) |
| template<class FType> | |
| void | Impala::Core::Vector::DoSlabHistogramIntersection (FType *C, const FType *A, const FType *B, unsigned int slabSizeA, unsigned int slabSizeB, unsigned int vectorSize) |
| Compute reference data set C = A * B. | |
1.5.1