|
hermite
0.0.1
|

Go to the source code of this file.
Functions | |
| constexpr double | hermite::h00 (const double t) |
| First Hermite basis function. | |
| constexpr double | hermite::h10 (const double t) |
| Second Hermite basis function. | |
| constexpr double | hermite::h01 (const double t) |
| Third Hermite basis function. | |
| constexpr double | hermite::h11 (const double t) |
| Fourth Hermite basis function. | |
| constexpr double | hermite::h00d (const double t) |
| First Hermite basis function first derivative. | |
| constexpr double | hermite::h10d (const double t) |
| Second Hermite basis function first derivative. | |
| constexpr double | hermite::h01d (const double t) |
| Third Hermite basis function first derivative. | |
| constexpr double | hermite::h11d (const double t) |
| Fourth Hermite basis function first derivative. | |
| constexpr double | hermite::h00dd (const double t) |
| First Hermite basis function second derivative. | |
| constexpr double | hermite::h10dd (const double t) |
| Second Hermite basis function second derivative. | |
| constexpr double | hermite::h01dd (const double t) |
| Third Hermite basis function second derivative. | |
| constexpr double | hermite::h11dd (const double t) |
| Fourth Hermite basis function second derivative. | |
Constants and constant expressions