poly icon indicating copy to clipboard operation
poly copied to clipboard

Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent)

Results 13 poly issues
Sort by recently updated
recently updated
newest added

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...

dependencies

Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2. Commits f7b0997 Merge pull request #105 from rethab/feat/node-16 b9d18ea update dist 97946cc bye 82a6a76 pth bf9b0ac paths d933549 hlint-setup cdd84c6 add check 71efc90 generate...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies

Following the discussion with @DaveBarton 1. Provide some unsafe wrappers / unwrappers. 2. Provide helpers for common operations: snoc, unsnoc, monicize (multiply by the inverse of the leading coefficient, which...

It should be enough to provide `Eq a` and `Vector (v a)` for `instance Eq (Poly v a)`, and same for `Ord` and `NFData`.

``` All Orthogonal differential equations jacobi: FAIL (0.01s) *** Failed! Exception: 'Ratio has zero denominator' (after 8 tests and 1 shrink): (-16) % 3 4 % 3 Exception thrown while...