|
| Matrix (const size_t rows, const size_t columns) |
|
| Matrix (const std::initializer_list< std::initializer_list< T > > init) |
|
| Matrix (const Matrix< T > &other) |
|
Matrix< T > & | operator= (const Matrix< T > &other) |
|
void | resize (const size_t rows, const size_t columns, const T default_value=0) |
|
void | clear () |
|
T & | operator() (const size_t x, const size_t y) |
|
const T & | operator() (const size_t x, const size_t y) const |
|
const T | min () const |
|
const T | max () const |
|
size_t | minsize () |
|
size_t | columns () const |
|
size_t | rows () const |
|
|
std::ostream & | operator<< (std::ostream &os, const Matrix &matrix) |
|
The documentation for this class was generated from the following file:
- /home/runner/work/quetzal-CoaTL/quetzal-CoaTL/src/include/quetzal/polymorphism/fuzzy_transfer_distance/matrix.hpp