#include "../../include/fv_limits.h"#include <float.h>#include <iostream>#include <cmath>

Go to the source code of this file.
Classes | |
| class | Homogenous |
Functions | |
| Homogenous | operator* (float lhs, const Homogenous &rhs) |
| Homogenous | operator* (const Homogenous &lhs, float rhs) |
| std::ostream & | operator<< (std::ostream &lhs, const Homogenous &hc) |
| Homogenous operator* | ( | const Homogenous & | lhs, | |
| float | rhs | |||
| ) | [inline] |
| Homogenous operator* | ( | float | lhs, | |
| const Homogenous & | rhs | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | lhs, | |
| const Homogenous & | hc | |||
| ) | [inline] |
1.6.1