Skip to content

Commit 838d529

Browse files
committed
format
1 parent 8692b6b commit 838d529

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ corresponding to `(u,t)` pairs.
5555
- `CubicSpline(u,t)` - A cubic spline interpolation.
5656
- `AkimaInterpolation(u, t)` - Akima spline interpolation provides a smoothing effect and is computationally efficient.
5757
- `BSplineInterpolation(u,t,d,pVec,knotVec)` - An interpolation B-spline. This is a B-spline which hits each of the data points. The argument choices are:
58-
58+
5959
+ `d` - degree of B-spline
6060
+ `pVec` - Symbol to Parameters Vector, `pVec = :Uniform` for uniform spaced parameters and `pVec = :ArcLen` for parameters generated by chord length method.
6161
+ `knotVec` - Symbol to Knot Vector, `knotVec = :Uniform` for uniform knot vector, `knotVec = :Average` for average spaced knot vector.

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ corresponding to `(u,t)` pairs.
2525
- `CubicSpline(u,t)` - A cubic spline interpolation.
2626
- `AkimaInterpolation(u, t)` - Akima spline interpolation provides a smoothing effect and is computationally efficient.
2727
- `BSplineInterpolation(u,t,d,pVec,knotVec)` - An interpolation B-spline. This is a B-spline that hits each of the data points. The argument choices are:
28-
28+
2929
+ `d` - degree of B-spline
3030
+ `pVec` - Symbol to Parameters Vector, `pVec = :Uniform` for uniformly spaced parameters, and `pVec = :ArcLen` for parameters generated by the chord length method.
3131
+ `knotVec` - Symbol to Knot Vector, `knotVec = :Uniform` for uniform knot vector, `knotVec = :Average` for average spaced knot vector.
@@ -73,7 +73,7 @@ If you use this software in your work, please cite:
7373

7474
- See the [SciML Style Guide](https://github.com/SciML/SciMLStyle) for common coding practices and other style decisions.
7575
- There are a few community forums:
76-
76+
7777
+ The #diffeq-bridged and #sciml-bridged channels in the
7878
[Julia Slack](https://julialang.org/slack/)
7979
+ The #diffeq-bridged and #sciml-bridged channels in the

0 commit comments

Comments
 (0)