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