{"id":27595688,"url":"https://github.com/theozeud/polyset.jl","last_synced_at":"2025-04-22T12:16:49.768Z","repository":{"id":288899263,"uuid":"969019172","full_name":"Theozeud/PolySet.jl","owner":"Theozeud","description":"A Julia package for vectorized manipulation of univariate polynomial sets.","archived":false,"fork":false,"pushed_at":"2025-04-21T20:06:11.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T12:16:44.528Z","etag":null,"topics":["finite-element-methods","julia","maths","polynomials"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Theozeud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-19T07:41:08.000Z","updated_at":"2025-04-21T20:06:14.000Z","dependencies_parsed_at":"2025-04-20T10:34:46.198Z","dependency_job_id":"f6a480b2-879b-475d-aa9b-35f5cfccec3e","html_url":"https://github.com/Theozeud/PolySet.jl","commit_stats":null,"previous_names":["theozeud/polyset.jl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Theozeud%2FPolySet.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Theozeud%2FPolySet.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Theozeud%2FPolySet.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Theozeud%2FPolySet.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Theozeud","download_url":"https://codeload.github.com/Theozeud/PolySet.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237844,"owners_count":21397403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["finite-element-methods","julia","maths","polynomials"],"created_at":"2025-04-22T12:16:48.725Z","updated_at":"2025-04-22T12:16:49.762Z","avatar_url":"https://github.com/Theozeud.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PolySet.jl\n\n[![Build Status](https://github.com/Theozeud/PolySet.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Theozeud/PolySet.jl/actions/workflows/CI.yml?query=branch%3Amain)\n[![Coverage](https://codecov.io/gh/Theozeud/PolySet.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Theozeud/PolySet.jl)\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n\n\n**PolySet.jl** is a Julia package for efficient and vectorized manipulation of univariate polynomial sets.\n\n## Motivation\n\nWhen working with a large number of univariate polynomials, it is often desirable to avoid iterative, coefficient-by-coefficient manipulations. `PolySet.jl` is designed to provide a fast and structured way to store and operate on collections of polynomials using array-based representations.\n\nThe core idea is to store multiple polynomials in a single 2D matrix, where:\n- each **row** corresponds to a polynomial,\n- each **column** holds the coefficient for a given degree (in increasing order),\n- and operations such as evaluation, differentiation, integration, or addition are performed in a fully vectorized way.\n\nThis structure is particularly well-suited for numerical applications, symbolic prototyping, and situations where many polynomials are manipulated simultaneously.\n\n## Features\n\n- Compact storage of univariate polynomials\n- Fast vectorized evaluation using Horner's method\n- Vectorized differentiation\n- Support for polynomial basis generation (e.g. monomials)\n- Interoperable with standard Julia arrays\n- Compatible with GPU acceleration (planned)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheozeud%2Fpolyset.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheozeud%2Fpolyset.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheozeud%2Fpolyset.jl/lists"}