knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
Classes | Namespaces
MockMatrix.hpp File Reference

Expectations for matrix inputs. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  knncolle::MockMatrix
 Compile-time interface for matrix data. More...
 
struct  knncolle::MockMatrix::Workspace
 Workspace for consecutive access to all observations. More...
 
class  knncolle::SimpleMatrix< Dim_, Index_, Data_ >
 Simple wrapper for an in-memory matrix. More...
 

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Detailed Description

Expectations for matrix inputs.