kmeans
A C++ library for k-means
Loading...
Searching...
No Matches
SimpleMatrix.hpp File Reference

Wrapper for a simple dense matrix. More...

#include "Matrix.hpp"
Include dependency graph for SimpleMatrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kmeans::SimpleMatrix< Index_, Data_ >
 A simple matrix of observations. More...
 

Namespaces

namespace  kmeans
 Namespace for k-means clustering.
 

Detailed Description

Wrapper for a simple dense matrix.