Skip to content

Added new quadratic spline types and unified calculations#30

Merged
pasabanov merged 1 commit intomainfrom
quadratic_spline
Feb 11, 2025
Merged

Added new quadratic spline types and unified calculations#30
pasabanov merged 1 commit intomainfrom
quadratic_spline

Conversation

@pasabanov
Copy link
Copy Markdown
Member

Types of changes

  • Feature

Related: #7 ALFI-lib/alfi-lib.github.io/pull/12

Description

  1. Added "ClampedStart", "ClampedEnd", "SemiClamped", "FixedSecondStart", "FixedSecondEnd", "SemiFixedSecond", "Clamped", "FixedSecond", and "NotAKnot" quadratic spline types.
  2. Added minimal documentation for these types.
  3. Unified calculations in QuadraticSpline::compute_coeffs.

Future improvements

Possible future improvements are:

  • Implement a simple way to get arithmetic means of various types.
  • Implement periodic types.

@pasabanov pasabanov added the feature New feature or request label Feb 11, 2025
@pasabanov pasabanov self-assigned this Feb 11, 2025
@pasabanov pasabanov force-pushed the quadratic_spline branch 3 times, most recently from 4871c2d to b55778e Compare February 11, 2025 22:17
1. Added "ClampedStart", "ClampedEnd", "SemiClamped",
   "FixedSecondStart", "FixedSecondEnd", "SemiFixedSecond",
   "Clamped", "FixedSecond", and "NotAKnot" quadratic spline types.
2. Added minimal documentation for these types.
3. Unified calculations in `QuadraticSpline::compute_coeffs`.
@pasabanov pasabanov merged commit b913b68 into main Feb 11, 2025
5 checks passed
@pasabanov pasabanov deleted the quadratic_spline branch February 11, 2025 22:58
@pasabanov pasabanov added this to the First Release Version milestone Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant