Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recursivenodes

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recursivenodes

Recursively defined interpolation nodes for the simplex

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

recursivenodes: Recursive, parameter-free, explicitly defined interpolation nodes for simplices

This package includes one module level function, recursive_nodes(), which returns nodes for polynomial interpolation on the simplex in arbitrary dimensions.

The nodes have a few nice properties: they are explicitly constructed and fully symmetric, and their traces on edges are Lobatto-Gauss-Legendre nodes (or any other node set you wish to use). Among explicitly constructed nodes, they appear to have the best interpolation properties. You can find more details in the documentation, and even more in the preprint.

@misc{isaac2020recursive,
    title={Recursive, parameter-free, explicitly defined interpolation nodes for simplices},
    author={Tobin Isaac},
    year={2020},
    eprint={2002.09421},
    archivePrefix={arXiv},
    primaryClass={math.NA}
}

Requirements:

  • Only numpy is needed for recursive_nodes().
  • The lebesgue submodules requires scipy.
  • Testing requires coverage, pytest and matplotlib.
  • Building documentation additionally requires sphinx, sphinxcontrib-bibtex, and sphinxcontrib-tikz.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc