-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fixes/Re-organization: Samples: - B Spline Segment Monic Basis Function - Constructor (1, 2) - B Spline Segment Monic Basis Function - Evaluate (3, 4, 5) - B Spline Segment Monic Basis Function - Derivative (6, 7, 8) - B Spline Segment Monic Basis Function - Integrate (9, 10, 11) - B Spline Segment Monic Basis Function - Normalizer (12, 13) - B Spline Segment Monic Basis Function - Normalized Cumulative (14, 15, 16) - B Spline Segment Multic Basis Function (17, 18) - B Spline Segment Multic Basis Function - Left (19, 20) - B Spline Segment Multic Basis Function - Right (21, 22) - B Spline Segment Multic Basis Function - Constructor (23, 24, 25) - B Spline Segment Multic Basis Function - Evaluate (26, 27, 28) - B Spline Segment Multic Basis Function - Integrate (29) - B Spline Segment Multic Basis Function - Normalizer (30) - B Spline Segment Multic Basis Function - Normalized Cumulative (31, 32, 33) - B Spline Segment Basis Function Set (34, 35, 36) - B Spline Segment Basis Function Set - Tension (37, 38) - B Spline Segment Basis Function Set - Response Array (39, 40, 41) - B Spline Segment Basis Function Set - Constructor (42, 43, 44) - Spline Grid Span (45, 46, 47) - Spline Grid Span - Left (48) - Spline Grid Span - Right (49) - Spline Grid Span - Is Merge State (50) - Spline Grid Span - Calculate Response Value (51) - Spline Grid Span - Calculate Response Value Derivative (52) - Spline Grid Span - Add Stretch (53) - Spline Grid Span - Get Containing Stretch (54) - Spline Grid Span - Get Stretch (55) - Spline Grid Span - Jack Response D Manifest Measure (56) - Spline Grid Span - In (57) - Spline Grid Span - Display String (58) - Spline Grid Overlapping Stretch Span (59, 60) IdeaDRIP:
- Loading branch information
Showing
7 changed files
with
334 additions
and
225 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
Features: | ||
|
||
Bug Fixes/Re-organization: | ||
|
||
Samples: | ||
|
||
- B Spline Segment Monic Basis Function - Constructor (1, 2) | ||
- B Spline Segment Monic Basis Function - Evaluate (3, 4, 5) | ||
- B Spline Segment Monic Basis Function - Derivative (6, 7, 8) | ||
- B Spline Segment Monic Basis Function - Integrate (9, 10, 11) | ||
- B Spline Segment Monic Basis Function - Normalizer (12, 13) | ||
- B Spline Segment Monic Basis Function - Normalized Cumulative (14, 15, 16) | ||
- B Spline Segment Multic Basis Function (17, 18) | ||
- B Spline Segment Multic Basis Function - Left (19, 20) | ||
- B Spline Segment Multic Basis Function - Right (21, 22) | ||
- B Spline Segment Multic Basis Function - Constructor (23, 24, 25) | ||
- B Spline Segment Multic Basis Function - Evaluate (26, 27, 28) | ||
- B Spline Segment Multic Basis Function - Integrate (29) | ||
- B Spline Segment Multic Basis Function - Normalizer (30) | ||
- B Spline Segment Multic Basis Function - Normalized Cumulative (31, 32, 33) | ||
- B Spline Segment Basis Function Set (34, 35, 36) | ||
- B Spline Segment Basis Function Set - Tension (37, 38) | ||
- B Spline Segment Basis Function Set - Response Array (39, 40, 41) | ||
- B Spline Segment Basis Function Set - Constructor (42, 43, 44) | ||
- Spline Grid Span (45, 46, 47) | ||
- Spline Grid Span - Left (48) | ||
- Spline Grid Span - Right (49) | ||
- Spline Grid Span - Is Merge State (50) | ||
- Spline Grid Span - Calculate Response Value (51) | ||
- Spline Grid Span - Calculate Response Value Derivative (52) | ||
- Spline Grid Span - Add Stretch (53) | ||
- Spline Grid Span - Get Containing Stretch (54) | ||
- Spline Grid Span - Get Stretch (55) | ||
- Spline Grid Span - Jack Response D Manifest Measure (56) | ||
- Spline Grid Span - In (57) | ||
- Spline Grid Span - Display String (58) | ||
- Spline Grid Overlapping Stretch Span (59, 60) | ||
|
||
|
||
IdeaDRIP: |
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
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.