Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batyleo/piecewiselinearfunctions.jl
Basic operations with piecewise linear functions
https://github.com/batyleo/piecewiselinearfunctions.jl
Last synced: 6 days ago
JSON representation
Basic operations with piecewise linear functions
- Host: GitHub
- URL: https://github.com/batyleo/piecewiselinearfunctions.jl
- Owner: BatyLeo
- License: mit
- Created: 2024-08-08T15:14:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:58:23.000Z (about 1 month ago)
- Last Synced: 2024-12-03T15:35:45.703Z (about 1 month ago)
- Language: Julia
- Homepage:
- Size: 723 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# PiecewiseLinearFunctions
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://BatyLeo.github.io/PiecewiseLinearFunctions.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://BatyLeo.github.io/PiecewiseLinearFunctions.jl/dev/)
[![Build Status](https://github.com/BatyLeo/PiecewiseLinearFunctions.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/BatyLeo/PiecewiseLinearFunctions.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/BatyLeo/PiecewiseLinearFunctions.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/BatyLeo/PiecewiseLinearFunctions.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)Small package for working with piecewise linear functions in Julia.
It implements basic operations on piecewise linear functions, such as addition, subtraction, min, max, and composition.
See the [documentation](https://BatyLeo.github.io/PiecewiseLinearFunctions.jl/stable/) for more details.