Go to the source code of this file.
Classes | |
class | cpe::matrix2 |
Matrix 2x2. More... | |
Namespaces | |
cpe | |
Namespace for CPE classes. | |
Macros | |
#define | MATRIX2_HPP |
Functions | |
matrix2 | cpe::operator+ (float s, const matrix2 &m) |
| |
matrix2 | cpe::operator- (float s, const matrix2 &m) |
| |
matrix2 | cpe::operator* (float s, const matrix2 &m) |
multiply by a scalar operator More... | |
std::ostream & | cpe::operator<< (std::ostream &stream, const matrix2 &m) |
output the vector in ostream More... | |
#define MATRIX2_HPP |