Vertical slopes and Cubic Hermite Interpolation
8 Mar
2022
8 Mar
'22
1:43 p.m.
I'm reading about boost::math::interpolators::cubic_hermite and the constructor takes three arguments: x values, y values and slopes (dy/dx). Can this library be used when the slope at a point is vertical? If so, how do you specify that? I tried std::numeric_limits<double>::infinity() but that doesn't work. Cory
994
Age (days ago)
994
Last active (days ago)
0 comments
1 participants
participants (1)
-
Cory Riddell