Go to the source code of this file.
Classes | |
class | cpe::matrix3 |
Matrix 3x3. More... | |
Namespaces | |
cpe | |
Namespace for CPE classes. | |
Macros | |
#define | MATRIX3_HPP |
Functions | |
matrix3 | cpe::operator+ (float s, const matrix3 &m) |
| |
matrix3 | cpe::operator- (float s, const matrix3 &m) |
| |
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... | |
#define MATRIX3_HPP |