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...
 

Namespaces

 cpe
 Namespace for CPE classes.
 

Macros

#define MATRIX1X4_HPP
 

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...
 

Macro Definition Documentation

#define MATRIX1X4_HPP