poly
Polynomial library
A Haskell library for manipulating polynomials with efficient arithmetic operations and scaling.
Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent)
66 stars
8 watching
6 forks
Language: Haskell
last commit: about 1 month ago dense-univariate-polynomialspolynomial-arithmeticpolynomial-divisionpolynomial-multiplicationpolynomialssparse-multivariate-polynomialssparse-univariate-polynomials
Related projects:
Repository | Description | Stars |
---|---|---|
poslavskysv/rings | A Java/Scala library for efficient polynomial arithmetic and algebraic calculations | 73 |
ocramz/sparse-linear-algebra | Provides a platform for scientific computation in Haskell with focus on linear algebra and numerical analysis | 88 |
sigma-py/orthopy | A Python library providing a set of orthogonal polynomial classes for various geometric shapes and applications in science and engineering. | 181 |
fjvallarino/monomer | A cross-platform GUI library for writing native Haskell applications | 596 |
math-comp/multinomials | A Coq-based library for manipulating monomials and multivariate polynomials over ring structures | 14 |
bodigrim/linear-builder | Provides efficient and scalable builder functionality for working with text data in Haskell. | 88 |
jhumphry/lalg | An Ada interface to BLAS for linear algebra operations on dense matrices and vectors | 4 |
vafeiadis/hahn | A collection of lemmas and tactics about lists and binary relations for a proof assistant | 30 |
snowleopard/alga | A Haskell library for constructing and manipulating algebraic graphs with equational reasoning capabilities | 719 |
ndmitchell/uniplate | A simple and efficient generics library for Haskell | 76 |
hivert/coq-combi | Formalizes algebraic combinatorics in Coq with an emphasis on symmetric functions and their properties. | 1 |
valderman/selda | A type-safe, high-level interface for interacting with relational databases in Haskell. | 477 |
bodigrim/smallcheck | A testing library that checks Haskell code properties exhaustively using automatic test case generation | 134 |
ivanperez-keera/dunai | A reactive programming library for Haskell that supports multiple paradigms and effects. | 211 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |