libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
CRNLazyDistanceMatrix.h File Reference
#include <CRNMath/CRNSquareMatrixDouble.h>
#include <vector>
+ Include dependency graph for CRNLazyDistanceMatrix.h:

Go to the source code of this file.

Classes

class  crn::LazyDistanceMatrix< DATA, DISTANCE >
 Lazy computation of a distance matrix. More...
 

Namespaces

 crn
 

Functions

template<typename DATA , typename DISTANCE >
LazyDistanceMatrix< DATA,
DISTANCE > 
crn::MakeLazyDistanceMatrix (const std::vector< DATA > &d, DISTANCE &&dist)
 Helper to avoid typing long type names. More...