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)

GitHub

67 stars
8 watching
6 forks
Language: Haskell
last commit: almost 2 years ago
dense-univariate-polynomialspolynomial-arithmeticpolynomial-divisionpolynomial-multiplicationpolynomialssparse-multivariate-polynomialssparse-univariate-polynomials

Related projects:

RepositoryDescriptionStars
poslavskysv/ringsA Java/Scala library for efficient polynomial arithmetic and algebraic calculations74
ocramz/sparse-linear-algebraProvides a platform for scientific computation in Haskell with focus on linear algebra and numerical analysis89
sigma-py/orthopyProvides efficient and numerically stable computation of orthogonal polynomials.182
fjvallarino/monomerA cross-platform GUI library for writing native Haskell applications598
math-comp/multinomialsA library providing a monomial algebra framework for polynomials over ring structures.14
bodigrim/linear-builderProvides efficient and scalable builder functionality for working with text data in Haskell.88
jhumphry/lalgAn Ada interface to BLAS for linear algebra operations on dense matrices and vectors4
vafeiadis/hahnA collection of lemmas and tactics about lists and binary relations for a proof assistant30
snowleopard/algaA Haskell library for constructing and manipulating algebraic graphs with equational reasoning capabilities722
ndmitchell/uniplateA simple and efficient generics library for Haskell76
hivert/coq-combiAn algebraic combinatorics library formalized in Coq, providing a comprehensive set of functions and theories for symmetric functions.1
valderman/seldaA type-safe, high-level interface for interacting with relational databases in Haskell.478
bodigrim/smallcheckA testing library that checks Haskell code properties exhaustively using automatic test case generation134
ivanperez-keera/dunaiA reactive programming library for Haskell that supports multiple paradigms and effects.213
haskell/parsecA parser combinator library designed to be industrial-strength and easy to use850