CluE  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
matrix.h File Reference
#include "point.h"
#include <iostream>
#include <vector>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

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)