matrix3.hpp File Reference
+ Include dependency graph for matrix3.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpe::matrix3
 Matrix 3x3. More...
 
class  cpe::exception_matrix3
 Special exception class for v3. More...
 

Namespaces

namespace  cpe
 Namespace for CPE classes.
 

Functions

matrix3 cpe::operator+ (const double &s, const matrix3 &m)
 
  • operator
More...
 
matrix3 cpe::operator- (const double &s, const matrix3 &m)
 
  • operator
More...
 
matrix3 cpe::operator* (const double &s, const matrix3 &m)
 multiply by a scalar operator More...
 
std::ostream & cpe::operator<< (std::ostream &stream, const matrix3 &m)
 output the vector in ostream More...