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

Go to the source code of this file.

Classes

class  cpe::matrix1x4
 Matrix 1x4. More...
 
class  cpe::exception_matrix1x4
 Special exception class for v3. More...
 

Namespaces

namespace  cpe
 Namespace for CPE classes.
 

Functions

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