Skip to content

Tensor Approximation Package: a Python package for the approximation of functions and tensors.

License

Notifications You must be signed in to change notification settings

niklasreich/tensap

 
 

Repository files navigation

Build Status codecov Doc

tensap (Tensor Approximation Package)

A Python package for the approximation of functions and tensors.

tensap features low-rank tensors (including canonical, tensor-train and tree-based tensor formats or tree tensor networks), sparse tensors, polynomials, and allows the plug-in of other approximation tools. It provides different approximation methods based on interpolation, least-squares projection or statistical learning.

See the tutorials folder and its subfolders for examples of use.

Install from PyPi:

pip install tensap

Install from conda:

conda config --add channels conda-forge
conda config --set channel_priority strict
conda install tensap

About

Tensor Approximation Package: a Python package for the approximation of functions and tensors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.6%
  • TeX 9.4%