Function otyca::operator<<(std::ostream&, const CubicSpline&)

Function Documentation

std::ostream &otyca::operator<<(std::ostream &out, const CubicSpline &rhs)

Stream output operator for CubicSpline.

Parameters:
  • out – The output stream.

  • rhs – The spline model to print.

Returns:

Reference to the output stream.