Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: polynomial

goessl/multipoly

A multivariate polynomial module.

Language: Python - Size: 9.77 KB - Last synced: 5 days ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

optimatika/ojAlgo

oj! Algorithms

Language: Java - Size: 73.9 MB - Last synced: 6 days ago - Pushed: 8 days ago - Stars: 454 - Forks: 207

rsipakov/QuadraticPolynomialsPyDA

The repository's focus is on utilizing quadratic polynomials within Python to conduct sophisticated data analysis.

Language: Jupyter Notebook - Size: 104 KB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 0 - Forks: 0

MAZ01001/Math-Js

some math-related js classes and possibly more

Language: JavaScript - Size: 306 KB - Last synced: 9 days ago - Pushed: 10 days ago - Stars: 4 - Forks: 0

apache/commons-math

Apache Commons Math

Language: Java - Size: 27.4 MB - Last synced: 7 days ago - Pushed: 30 days ago - Stars: 553 - Forks: 355

jannikmi/multivar_horner

python package implementing a multivariate Horner scheme for efficiently evaluating multivariate polynomials

Language: Python - Size: 4.71 MB - Last synced: 3 days ago - Pushed: 10 days ago - Stars: 26 - Forks: 3

stdlib-js/math-base-tools-evalpoly

Evaluate a polynomial.

Language: JavaScript - Size: 555 KB - Last synced: 15 days ago - Pushed: 16 days ago - Stars: 2 - Forks: 0

konn/computational-algebra

General-Purpose Computer Algebra System as an EDSL in Haskell

Language: HTML - Size: 117 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 92 - Forks: 9

pkill37/libpolynomial

:heavy_division_sign: C library of a polynomial ADT.

Language: C - Size: 30.3 KB - Last synced: 19 days ago - Pushed: over 5 years ago - Stars: 6 - Forks: 1

muhammadshaffay/Operator-Overloading

Repository showcasing overloaded operators for arrays, matrices, strings, and polynomials in C++.

Language: C++ - Size: 85.9 KB - Last synced: 19 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

SusanDoggie/Doggie

A Cross-platform Library for Swift

Language: Swift - Size: 10.7 MB - Last synced: 15 days ago - Pushed: 5 months ago - Stars: 166 - Forks: 12

ashblair/Polynomial

Polynomial simplification

Language: C++ - Size: 1.75 MB - Last synced: 21 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

stdlib-js/math-base-tools-fibpoly

Evaluate a Fibonacci polynomial.

Language: JavaScript - Size: 951 KB - Last synced: 16 days ago - Pushed: 25 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-tools-normhermitepolyf

Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.

Language: JavaScript - Size: 374 KB - Last synced: 16 days ago - Pushed: 27 days ago - Stars: 0 - Forks: 0

tk-yoshimura/MultiPrecisionCurveFitting

MultiPrecision Curve Fitting - linear, polynomial, pade, arbitrary function

Language: C# - Size: 65.4 KB - Last synced: 28 days ago - Pushed: 29 days ago - Stars: 1 - Forks: 0

b4nderson/Polynomial-Interpolator-Newton-Method

Program to automatically solve polynomial interpolation (newton method)

Language: JavaScript - Size: 15.6 KB - Last synced: 28 days ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

jishnub/LegendrePolynomials.jl

Legendre polynomials and associated Legendre polynomials computed using 3-term recursions

Language: Julia - Size: 468 KB - Last synced: 29 days ago - Pushed: 30 days ago - Stars: 9 - Forks: 2

lmlib/lmlib

A Model-Based Signal Processing Library Working With Windowed Linear State-Space and Polynomial Signal Models.

Language: Python - Size: 14.4 MB - Last synced: 30 days ago - Pushed: 30 days ago - Stars: 1 - Forks: 0

lintondf/MorrisonPolynomialFiltering

Polynomial filtering up to 5th degree with variable time steps

Language: C++ - Size: 118 MB - Last synced: 30 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

YasinRezvani/Real_Time_Polynomial_CLI_Calculator

The simple Real-Time Polynomial CLI Calculator in C++

Language: C++ - Size: 527 KB - Last synced: 29 days ago - Pushed: 30 days ago - Stars: 1 - Forks: 0

BaseMax/SparsePolynomialLinkedListC

This is a C implementation of a sparse polynomial linked-list. This is a good example of how to use a linked-list in C. By using a linked-list, we can store a sparse polynomial in a memory efficient way. Sparse polynomials are polynomials that have a lot of terms with a coefficient of 0.

Language: C - Size: 54.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

BaseMax/SparsePolynomialGo

A Go package for working with sparse polynomials. (Based on Array List data structure)

Language: Go - Size: 1.2 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/PolynomialDivideCPP

Implement algorithm of divide operator of polynomial in C++.

Language: C++ - Size: 129 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

stdlib-js/math-base-tools-evalrationalf

Evaluate a rational function using single-precision floating-point arithmetic.

Language: JavaScript - Size: 402 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-tools-evalpolyf

Evaluate a polynomial using single-precision floating-point arithmetic.

Language: JavaScript - Size: 268 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

guoxxiong/Elevation-Polynomial-Curve-Fit

Use multiple cubic polynomials to fit the altitude of the lane.

Language: C++ - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

b4k0/CKKSHomomorphicEncryptionPolynomialCalculator

CKKS (Cheon-Kim-Kim-Song) scheme for calculation of a polynomial(3x^2+0.4x+1) using homomorphic encryption and Microsoft's SEAL library.

Language: C++ - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 3 - Forks: 2

itsamirhn/RookPoly

Recursive tool for calculating rook polynomial

Language: Python - Size: 51.8 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 6 - Forks: 1

walker2/PolynominalAlgebra 📦

Mathematical operations with polynoms

Language: C++ - Size: 222 KB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

pboyer/nomial

A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)

Language: TypeScript - Size: 5.83 MB - Last synced: 6 days ago - Pushed: almost 2 years ago - Stars: 13 - Forks: 0

stdlib-js/math-base-tools-evalpoly-compile

Compile a module for evaluating a polynomial.

Language: JavaScript - Size: 251 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

ready-steady/spline

Spline interpolation

Language: Go - Size: 6.84 KB - Last synced: about 2 months ago - Pushed: almost 6 years ago - Stars: 10 - Forks: 3

adammaj1/Describe-iterated-map-

Describe iterated map

Language: C++ - Size: 53.7 KB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

irskid5/fhe_poly_eval

Evaluation of three parallel polynomial evaluation algorithms written for CUDA in C++ (Horner's method, Dorn's method, and Estrin's algorithm).

Language: C - Size: 9.31 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 3 - Forks: 0

Nikeshbajaj/Regularization_for_Machine_Learning

Regularization for Machine Learning-RegML GUI

Language: Jupyter Notebook - Size: 772 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 2

haniye6776/loan-risk

SVM with different kernels and decision trees

Language: Jupyter Notebook - Size: 12.7 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

ahmadalashtar/n-queens

An N-Queens solver implemented using a genetic algorithm, providing efficient heuristic solutions for the N-Queens problem.

Language: Python - Size: 16.6 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

rparak/Trajectory_Generation

An open-source library for generating trajectories (multi-axis, multi-segment) using two different methods (trapezoidal, polynomial).

Language: Python - Size: 3.82 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 3 - Forks: 0

mk314k/Polynomial

A Python Implementation of Polynomials and algorithms associated with it

Language: Jupyter Notebook - Size: 229 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

haiphan2000/CS522-Computer-Algebra

Solutions and code implementations for assignments from the university's Computer Algebra course

Language: TeX - Size: 2.74 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ctsrc/horner

Evaluate polynomials using Horner's method

Language: Rust - Size: 14.6 KB - Last synced: 22 days ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

FedericoStra/polyeval

Evaluate polynomials.

Language: Rust - Size: 40 KB - Last synced: 12 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

danctorres/nilm_industry

Master's Dissertation: Unsupervised Low-Frequency NILM for Industrial Loads

Language: MATLAB - Size: 199 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

oovm/polynomial-roots-fractal

Littlewood Polynomial Fractal

Language: Mathematica - Size: 9.88 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 3 - Forks: 1

arvindrajan92/polymoment

High-order Moments of Multivariate Polynomials

Language: Python - Size: 136 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

abidanBrito/fpga-polymul

Polynomial multiplier for the Xilinx Pynq-z2 FPGA board.

Language: VHDL - Size: 80.7 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

orlandomotapires/graph_isomorphism_verifier

This repository explores the fascinating world of graph theory through the lens of the Graph Isomorphism problem. Graphs are fundamental data structures with a wide range of applications, and understanding their isomorphism properties is crucial in various domains.

Language: C - Size: 69.3 KB - Last synced: 5 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

JuliaAlgebra/TypedPolynomials.jl

MultivariatePolynomials implementation using typed variables in Julia

Language: Julia - Size: 214 KB - Last synced: 8 days ago - Pushed: 10 months ago - Stars: 24 - Forks: 6

SeanJxie/polygo

A polynomial library.

Language: Go - Size: 13 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 19 - Forks: 1

lucagrementieri/candlelight 📦

PyTorch layers to parametrize functions through interpolation.

Language: Python - Size: 103 KB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 4 - Forks: 0

andresilmor/Polynomial-Calculator-with-Windows-Forms

Use of Windows Form to create a Polynomial Calculator with features from addition of two polynomials till the calculation of the polynomial itself.

Language: C# - Size: 46.9 KB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

TahsinGormus/basicConcepts

Some codes that I prepared for fundamental research interests.

Language: MATLAB - Size: 10.7 KB - Last synced: 6 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

paescebu/PolynomialRegressionSwift Fork of KingIsulgard/iOS-Polynomial-Regression

Swift function for calculation of the polynomial regression (least squares fitting) of a given set of points.

Language: Swift - Size: 271 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 4 - Forks: 3

MBKraus/Predicting_real_estate_prices_using_scikit-learn

Predicting Amsterdam house / real estate prices using Ordinary Least Squares-, XGBoost-, KNN-, Lasso-, Ridge-, Polynomial-, Random Forest-, and Neural Network MLP Regression (via scikit-learn)

Language: Python - Size: 870 KB - Last synced: 6 months ago - Pushed: about 5 years ago - Stars: 142 - Forks: 51

XiaoXueTu555/SeekAnAnswer

一个支持多项式计算与方程求解的小型C++数学库

Language: C++ - Size: 13.8 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 13 - Forks: 3

Ilin01/fitting-algorithm

Language: Python - Size: 188 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

chrisfilippis/mbSGD

Regularized Logistic Regression using mini-batch Stochastic Gradient Descent

Language: Python - Size: 50.8 KB - Last synced: 7 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 2

depth221/shimjagu-polynomial

a polynomial class for the shimjagu

Language: C++ - Size: 3.91 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

fei0319/poly.h

A polynomial template for CP

Language: C++ - Size: 78.1 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 4 - Forks: 0

NitishaS-812k/1D-GAN

Implementation of a one-dimensional Generative Adversarial Network that generates a cubic function

Language: Jupyter Notebook - Size: 193 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 3 - Forks: 0

tanishqmanuja/Z2PolyCalC

Polynomial Calculator for Z2 or GF(2) Fields

Language: TypeScript - Size: 304 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

smimram/fibred-polynomials

Formalizing polynomials in groupoids.

Language: Agda - Size: 63.5 KB - Last synced: 27 days ago - Pushed: about 1 year ago - Stars: 7 - Forks: 1

mino2357/interpolation-in-regression

Interpolation in regression

Language: Rust - Size: 77.2 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Yaffle/Expression

A library to parse expressions, solve and simplify systems of linear equations, find eigenvalues and eigenvectors

Language: JavaScript - Size: 1.69 MB - Last synced: about 2 months ago - Pushed: 9 months ago - Stars: 6 - Forks: 1

guhjy/polyreg Fork of matloff/polyreg

Language: R - Size: 37.9 MB - Last synced: 9 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

aldotb/Algebra-with-Sympy

Solve Academic symbolic Algebra probles with Sympy and Libaldo math Library

Language: Jupyter Notebook - Size: 13.3 MB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

codernayeem/polynomial-equation-generator

An app to generate Polynomial Equation based on given Inputs & Outputs

Language: Kotlin - Size: 184 KB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

codernayeem/poly_eq_finder

Find Polynomial equation from inputs and outputs.

Language: C++ - Size: 5.86 KB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

krlu/Abel

An general computer algebra library

Language: Scala - Size: 268 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 1

fgallegosalido/TFG 📦

Trabajo de fin de Grado sobre el algoritmo AKS. Este algoritmo es el primer test de primalidad general, determinista, polinomial e incondicional.

Language: TeX - Size: 4.96 MB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

konserw/polynomial

Very basic Polynomial class created as excercise.

Language: CMake - Size: 47.9 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

stdlib-js/math-base-tools-evalrational-compile-c

Compile a C function for evaluating a rational function.

Language: JavaScript - Size: 169 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-tools-evalpoly-compile-c

Compile a C function for evaluating a polynomial.

Language: JavaScript - Size: 147 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

mghasemi/Irene

Irene is a python package that aims to be a toolkit for global optimization problems that can be realized algebraically. It generalizes Lasserre's Relaxation method to handle theoretically any optimization problem with bounded feasibility set. The method is based on solutions of generalized truncated moment problems over commutative real algebras.

Language: Python - Size: 3.89 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 11 - Forks: 0

nimocat/gopoly

💎A library for Golang polynomial operations. Used for cryptographically related polynomial calculations to complement the missing polynomial calculations in Gonum. Expanded based on the math/big package, native, without relying on other extensions

Language: Go - Size: 13.7 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

NerdyGamer05/EulersMethod

A website designed to approximate differential equations numerically by using Euler's Method

Language: HTML - Size: 690 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

jmcheon/computorv1

The goal of this project is to get acquainted with handling elementary math. You will not “do math for doing math”, but to develop a progressive and relaxed approach to projects where these tools are needed.

Language: C++ - Size: 107 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

adammaj1/Some-Julia-sets-by-Michael-Becker-

Some Julia sets by Michael Becker. C code, gtk and glib libraries

Language: C - Size: 137 KB - Last synced: 2 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

trashgod/roots

Ada demos, including hash collisions, polynomial roots and word jumbles.

Language: Ada - Size: 73.2 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

iHapiW/Polynomial

A C++ Implementation of Mathematical Polynomials

Language: C++ - Size: 12.7 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

mathyscraft/Polynomial-Converter

Polynomial-converter is a website make for student who are fed up to convert yourself quadratics polynimomials to canonical or factorised form

Language: JavaScript - Size: 388 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 5 - Forks: 1

katsumihoshi/horner-method-solver

Polynomial's Horner Method solver with intermediate values included.

Language: C++ - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

antoineMontier/Advanced_java

A repository used to keep my java lessons

Language: Java - Size: 50.8 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

mogoson/MGS.Curve

Smooth 3D curve component for Unity project develop.

Language: C# - Size: 6.64 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 5 - Forks: 2

ShishckovA/points-on-graph

Application for compution some graph polynomials

Language: Python - Size: 156 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

bulkabuka/cubic-polynomial-app

Language: C# - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

SargisYonan/uLAPack

Micro Linear Algebra Package

Language: C - Size: 132 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 26 - Forks: 8

prclibo/gaps

GAPS: A Generator for Automatic Polynomial Solvers

Language: MATLAB - Size: 345 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 16 - Forks: 2

zpelgrims/pota

Polynomial optics to Arnold. Camera shader with high-order aberrations, including bidirectional filter that adaptively samples out-of-focus highlights.

Language: C++ - Size: 118 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 7 - Forks: 1

thery/PolTac

Tactic for polynomial manipulations

Language: Coq - Size: 127 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 10 - Forks: 1

maxchen32/radical 📦

分数、二次根式和多项式类。/ Elemental Fractions, Radicals and Polynomials.

Language: C - Size: 1.22 MB - Last synced: 12 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

DKenefake/OptimalPoly

Generates MinMax polynomial approximations of functions. Stable implementation of the Remez Algorithm using multi-precision arithmetic. Also does C/C++ code generation!

Language: Python - Size: 548 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 0

nemkin/thalg-notes

Solutions to practice session exercises from Theory of Algorithms at BUTE.

Language: TeX - Size: 11.3 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

TheWisker/EMath

A c++ library for representing and operating abstract algebraic concepts

Language: C++ - Size: 305 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

thery/grobner

A fornalisation of Grobner basis in ssreflect

Language: Coq - Size: 89.8 KB - Last synced: 5 months ago - Pushed: 7 months ago - Stars: 9 - Forks: 2

Satish-Tiwari/Data-Structure-and-Algorithm-using-C

This repository include my one of the programming history that How I turn go with the Data Structure at the time when the world was facing the challenges of Covid.. Most of the program of this repository was written in 2020 and some of in 2021...

Language: C - Size: 59.6 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

nahwasa/C_LanguagePractice

C language practice :). C언어로 짜본 자료구조들

Language: C - Size: 47.9 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

septsea/strange-book-zero 📦

a strange book discussing basic stuffs of polynomials

Language: TeX - Size: 48 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 15 - Forks: 1

Rusih100/polynomial

A small library for working with polynomials. Supports big numbers

Language: Go - Size: 22.5 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

codernayeem/graph-gen-analyzer

Generate 2D graph and slope and analyze data.

Language: Python - Size: 310 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0