Skip to content

Commit

Permalink
aggiornati sottomoduli
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertolazzi committed Jul 16, 2024
1 parent 121abc5 commit 3ed3265
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,34 @@ Splines
``Splines`` is a set of C++ classes (with MATLAB mex interface) which
implements various spline interpolation.

- Online documentation http://ebertolazzi.github.io/Splines/
The library contains the following objects:

To setup submodules
- Univariate curve
- Linear Spline
- Akima spline
- Bessel spline
- Cubic spline
- Hermite spline
- Pchic non oscillatory spline
- Quintic spline
- Bivariate spline (surface)
- Bilinear spline
- Cubic
- Quintic

Library is written in `C++11` with a `MATLAB` mex interface.
Thus can be used in fast compiled application or in `MATLAB` scripts.

To compile the `C++11` library the easy way require `cmake` and `rake`

```
ruby setup.rb
```

to compile
then

```
rake
```

for more details see: **online documentation** at http://ebertolazzi.github.io/Splines/
5 changes: 5 additions & 0 deletions docs_build/project_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# pip install exhale
# pip install sphinxcontrib-pyexec

# workaround
# pip uninstall Jinja2 -y
# pip uninstall MarkupSafe -y
# pip install Jinja2==3.0

import exhale
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion submodules/UtilsLite

0 comments on commit 3ed3265

Please sign in to comment.