CluE
1.0
|
Go to the source code of this file.
Classes | |
class | CluE::Matrix |
Weighted matrix of arbitrary dimension. More... | |
Namespaces | |
CluE | |
namespace for the CluE library | |
Functions | |
std::ostream & | CluE::operator<< (std::ostream &, Matrix const &) |
Matrix | CluE::operator* (double scalar, Matrix const &m) |
Point | CluE::operator* (Point const &row, Matrix const &m) |
Point | CluE::operator* (Matrix const &m, Point const &column) |