Include dependency graph for matrix2.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | cpe::matrix2 |
| Matrix 2x2. More... | |
| class | cpe::exception_matrix2 |
| Special exception class for v3. More... | |
Namespaces | |
| namespace | cpe |
| Namespace for CPE classes. | |
Functions | |
| matrix2 | cpe::operator+ (const double &s, const matrix2 &m) |
| |
| matrix2 | cpe::operator- (const double &s, const matrix2 &m) |
| |
| matrix2 | cpe::operator* (const double &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... | |