Go to the source code of this file.
Classes | |
class | cpe::matrix3 |
Matrix 3x3. More... | |
class | cpe::exception_matrix3 |
Special exception class for v3. More... | |
Namespaces | |
namespace | cpe |
Namespace for CPE classes. | |
Functions | |
matrix3 | cpe::operator+ (const double &s, const matrix3 &m) |
| |
matrix3 | cpe::operator- (const double &s, const matrix3 &m) |
| |
matrix3 | cpe::operator* (const double &s, const matrix3 &m) |
multiply by a scalar operator | |
std::ostream & | cpe::operator<< (std::ostream &stream, const matrix3 &m) |
output the vector in ostream | |