Skip to content

Commit 705472b

Browse files
committed
readme update
and minor comment change
1 parent db46612 commit 705472b

File tree

2 files changed

+151
-154
lines changed

2 files changed

+151
-154
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ The library provides subroutines for 1D-6D interpolation and extrapolation using
1919

2020
The core routines for the subroutine interface are:
2121

22-
```Fortran
23-
22+
```fortran
2423
!f(x)
2524
subroutine db1ink(x,nx,fcn,kx,iknot,tx,bcoef,iflag)
2625
subroutine db1val(xval,idx,tx,nx,kx,bcoef,f,iflag,inbvx,w0,extrap)
@@ -86,7 +85,7 @@ Note that extrapolation is not currently supported for these.
8685

8786
## Least squares fitting
8887

89-
The BSpline-Fortran library also exports the `defc` subroutine, which can be used to fit B-spline polynomials to 1D data using a weighted least squares method.
88+
The BSpline-Fortran library also exports the `defc` subroutine, which can be used to fit B-spline polynomials to 1D data using a weighted least squares method. The `dfc` subroutine also allows for equality and inequality constraints to be imposed on the fitted curve. These procedures are not yet available in the object oriented interface.
9089

9190
## Examples
9291

0 commit comments

Comments
 (0)