minterpy-0.2.0-alpha.zip
minterpy-0.2.0-alpha
.gitignore
2.8 kB
.gitlab-ci.yml
2.1 kB
.pre-commit-config.yaml
1.1 kB
.readthedocs.yml
384 Bytes
AUTHORS.md
630 Bytes
CHANGELOG.md
1.2 kB
CONTRIBUTING.md
16.7 kB
LICENSE
1.1 kB
MANIFEST.in
131 Bytes
README.md
7.5 kB
docs
Makefile
633 Bytes
TODO.rst
48 Bytes
api
core
ABC
index.rst
236 Bytes
operatorABC.rst
269 Bytes
polyABC.rst
501 Bytes
trafoABC.rst
295 Bytes
grid.rst
154 Bytes
index.rst
214 Bytes
multi_index.rst
302 Bytes
tree.rst
257 Bytes
index.rst
374 Bytes
internal
coreutils.rst
121 Bytes
index.rst
364 Bytes
jit_compiled_utils.rst
323 Bytes
trafoutils.rst
162 Bytes
utils.rst
101 Bytes
verification.rst
128 Bytes
interpolation
index.rst
747 Bytes
interpolant.rst
226 Bytes
interpolate.rst
138 Bytes
interpolator.rst
230 Bytes
polyBases
canonical.rst
359 Bytes
index.rst
421 Bytes
lagrange.rst
352 Bytes
newton.rst
338 Bytes
transformOperators
barycentricDictTransform.rst
277 Bytes
barycentricFactorisedTransform.rst
301 Bytes
barycentricOp.rst
258 Bytes
barycentricPiecewiseTransform.rst
297 Bytes
index.rst
1.0 kB
matrixTransform.rst
232 Bytes
transformations
index.rst
654 Bytes
interface.rst
175 Bytes
transformationCanonical.rst
444 Bytes
transformationIdentity.rst
306 Bytes
transformationLagrange.rst
440 Bytes
transformationNewton.rst
426 Bytes
assets
Wordmark-color.png
16.3 kB
favicon.ico
15.4 kB
images
contributors
documentation-system.png
49.5 kB
documentation-tooling.png
133.4 kB
issue-tracker-docs.png
145.9 kB
new-issue-docs.png
128.0 kB
test-function1D.png
275.2 kB
minterpy-logo.png
43.1 kB
bibliography.bib
9.7 kB
conf.py
3.0 kB
contributors
about-us.rst
5.2 kB
code-of-conduct.rst
4.0 kB
contrib-dev
index.rst
203 Bytes
contrib-docs
about-the-docs.rst
11.3 kB
guidelines
index.rst
246 Bytes
ipynb-based-docs.rst
250 Bytes
rest-based-docs.rst
29.3 kB
how-to-contrib.rst
10.5 kB
index.rst
1.0 kB
index.rst
615 Bytes
fundamentals
barycentric-transformation.rst
1.5 kB
images
1D_interpol.png
171.0 kB
DDS_general.png
792.3 kB
Nodes.pdf
409.8 kB
Nodes.png
69.5 kB
UN.png
118.9 kB
UN1.png
136.4 kB
UN2.png
150.5 kB
mip_approximation.png
150.0 kB
plane.png
216.3 kB
split_tree_1D.png
169.4 kB
split_tree_1D_dep.png
173.2 kB
split_tree_1Da.png
148.5 kB
split_tree_1Db.png
150.0 kB
split_tree_1Dc.png
125.2 kB
split_tree_l2.png
282.2 kB
split_tree_l2_dep.png
237.9 kB
split_tree_l2_depp.png
253.7 kB
split_tree_l2a.png
282.5 kB
split_tree_l2a_dep.png
221.2 kB
split_tree_l2b.png
247.8 kB
split_tree_l2c.png
247.7 kB
index.rst
3.0 kB
interpolation-evaluation.rst
3.3 kB
interpolation-in-unisolvent-nodes.rst
7.2 kB
introduction.rst
10.4 kB
multivariate-dds.rst
10.6 kB
polynomial-bases.rst
5.4 kB
transformation.rst
3.8 kB
getting-started
index.rst
3.4 kB
one-dimensional-function-interpolation.ipynb
6.2 kB
polynomial-regression.ipynb
8.8 kB
glossary.rst
502 Bytes
how-to
index.rst
569 Bytes
index.rst
2.0 kB
make.bat
759 Bytes
environment.yaml
547 Bytes
mypy.ini
58 Bytes
pyproject.toml
215 Bytes
setup.cfg
2.8 kB
setup.py
241 Bytes
src
minterpy
__init__.py
664 Bytes
core
ABC
__init__.py
548 Bytes
multivariate_polynomial_abstract.py
31.1 kB
operator_abstract.py
3.3 kB
transformation_abstract.py
7.8 kB
__init__.py
464 Bytes
grid.py
12.0 kB
multi_index.py
13.6 kB
tree.py
3.7 kB
utils.py
14.8 kB
verification.py
12.3 kB
dds.py
30.2 kB
extras
regression
__init__.py
367 Bytes
ordinary_regression.py
21.0 kB
regression_abc.py
1.2 kB
global_settings.py
1.2 kB
interpolation.py
7.5 kB
jit_compiled_utils.py
15.9 kB
polynomials
__init__.py
565 Bytes
canonical_polynomial.py
11.2 kB
lagrange_polynomial.py
7.8 kB
newton_polynomial.py
3.8 kB
utils.py
4.6 kB
py.typed
0 Bytes
schemes
__init__.py
181 Bytes
barycentric
__init__.py
96 Bytes
conversion.py
5.5 kB
operators.py
4.4 kB
precomp.py
26.8 kB
transformation_fcts.py
6.7 kB
matrix_operator.py
894 Bytes
transformations
__init__.py
609 Bytes
canonical.py
1.1 kB
identity.py
1.0 kB
interface.py
2.2 kB
lagrange.py
1.1 kB
newton.py
1.0 kB
utils.py
8.4 kB
utils.py
14.3 kB
tests
conftest.py
11.1 kB
test_canonical_polynomial.py
6.3 kB
test_interpolation.py
3.7 kB
test_lagrange_polynomial.py
3.9 kB
test_multi_index.py
4.5 kB
test_multi_index_utils.py
9.4 kB
test_newton_polynomial.py
3.8 kB
test_ordinary_regression.py
14.8 kB
test_package.py
68 Bytes
test_polynomial.py
944 Bytes
test_transformation.py
6.2 kB