Polynomial.
More...
Go to the source code of this file.
|
template<typename Scalar> |
std::ostream & | operator<< (std::ostream &os, const NAV::Polynomial< Scalar > &obj) |
| Stream insertion operator overload.
|
|
◆ operator<<()
template<typename Scalar>
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const NAV::Polynomial< Scalar > & | obj ) |
Stream insertion operator overload.
- Parameters
-
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
- Returns
- Returns the output stream object in order to chain stream insertions
Definition at line 124 of file Polynomial.hpp.