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)
67 stars
8 watching
6 forks
Language: Haskell
last commit: 4 months 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 | 74 |
ocramz/sparse-linear-algebra | Provides a platform for scientific computation in Haskell with focus on linear algebra and numerical analysis | 89 |
sigma-py/orthopy | Provides efficient and numerically stable computation of orthogonal polynomials. | 182 |
fjvallarino/monomer | A cross-platform GUI library for writing native Haskell applications | 598 |
math-comp/multinomials | A library providing a monomial algebra framework for 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 | 722 |
ndmitchell/uniplate | A simple and efficient generics library for Haskell | 76 |
hivert/coq-combi | An algebraic combinatorics library formalized in Coq, providing a comprehensive set of functions and theories for symmetric functions. | 1 |
valderman/selda | A type-safe, high-level interface for interacting with relational databases in Haskell. | 478 |
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. | 213 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |