|
|
| DistanceMatrix (mltk::Data< double > &data, const bool isDiagonal=false, const size_t threads=std::thread::hardware_concurrency()) |
| |
|
| BaseMatrix (mltk::Data< double > &data, const bool isDiagonal=false, const size_t threads=std::thread::hardware_concurrency()) |
| |
|
bool | isDiagonalMatrix () const |
| |
|
size_t | size () const |
| |
|
mltk::Point< double > | operator[] (size_t i) const |
| |
|
mltk::Point< double > & | operator[] (size_t i) |
| |
|
|
mltk::Point< double >::Matrix | rows |
| |
|
bool | isDiagonal {false} |
| |
|
size_t | threads { std::thread::hardware_concurrency() } |
| |
The documentation for this class was generated from the following file: