Namespaces | |
namespace | cpe |
Namespace for CPE classes. | |
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... | |