Include dependency graph for matrix1x4.cpp:Namespaces | |
| namespace | cpe |
| Namespace for CPE classes. | |
Functions | |
| matrix1x4 | cpe::operator+ (float s, const matrix1x4 &m) |
| |
| matrix1x4 | cpe::operator- (float s, const matrix1x4 &m) |
| |
| 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... | |