/home/damien/work/2012_2013_teaching/2012_5eti_synthese/lib3d/matrix2.hpp File Reference
+ Include dependency graph for matrix2.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpe::matrix2
 Matrix 2x2. More...
 
class  cpe::exception_matrix2
 Special exception class for v3. More...
 

Namespaces

namespace  cpe
 Namespace for CPE classes.
 

Functions

matrix2 cpe::operator+ (const double &s, const matrix2 &m)
 
  • operator

 
matrix2 cpe::operator- (const double &s, const matrix2 &m)
 
  • operator

 
matrix2 cpe::operator* (const double &s, const matrix2 &m)
 multiply by a scalar operator
 
std::ostream & cpe::operator<< (std::ostream &stream, const matrix2 &m)
 output the vector in ostream