matrix3.cpp File Reference
+ Include dependency graph for matrix3.cpp:

Namespaces

 cpe
 Namespace for CPE classes.
 

Functions

matrix3 cpe::operator+ (float s, const matrix3 &m)
 
  • operator
More...
 
matrix3 cpe::operator- (float s, const matrix3 &m)
 
  • operator
More...
 
matrix3 cpe::operator* (float 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...