Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::polymorphism::fuzzy_transfer_distance::Matrix< T > Class Template Reference

Public Member Functions

 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
 

Friends

std::ostream & operator<< (std::ostream &os, const Matrix &matrix)
 

The documentation for this class was generated from the following file: