You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultivariateInterpolation.jl is a Julia package that provides methods for interpolating sparse and dense multivariate polynomial and rational functions from samples taken either from an algebraic variety or an affine space.
5
+
AlgebraicInterpolation.jl is a Julia package that provides methods for interpolating sparse and dense multivariate polynomial and rational functions from samples taken either from an algebraic variety or an affine space.
6
6
7
7
## Installation
8
8
9
9
Enter the Pkg REPL by pressing `]` from the Julia REPL and then type
MultivariateInterpolation.jl is a Julia package that provides methods for interpolating sparse and dense multivariate polynomial and rational functions from samples taken either from an algebraic variety or an affine space.
2
+
AlgebraicInterpolation.jl is a Julia package that provides methods for interpolating sparse and dense multivariate polynomial and rational functions from samples taken either from an algebraic variety or an affine space.
3
3
4
4
## Quick start
5
5
6
6
```@repl
7
-
using MultivariateInterpolation
7
+
using AlgebraicInterpolation
8
8
@var R[1:3,1:3] t[1:3] E[1:3,1:3]
9
9
X = AlgebraicVariety([R'*R-I, det(R)-1]; variables=[R, t]);
0 commit comments