-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the new scheme for BSpline (and partial for NoInterp)
This makes several major changes: - it eliminates the generated functions and switches emphasis to the value domain rather than the type domain - it uses OffsetArrays to handle the padding. When using interpolate!, the axes may be narrowed to account for the boundary conditions. - now, the axes of the output correspond to the region where we can guarantee that we reconstruct the original array values - switches to the bounds-checking framework in base (may not be working yet)
- Loading branch information
Showing
27 changed files
with
950 additions
and
1,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ WoodburyMatrices 0.1.5 | |
Ratios | ||
AxisAlgorithms 0.3.0 | ||
OffsetArrays | ||
StaticArrays |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.