Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

dastrobu/PolynomialSwift

Repository files navigation

PolynomialSwift

Swift Version Platform documentation

Polynomials and Piecewise Polynomials in Swift.

Table of Contents

Installation

Swift Package Manager

let package = Package(
    dependencies: [
        .package(url: "https://github.com/dastrobu/PolynomialSwift.git", from: "0.1.0"),
    ]
)

Cocoa Pods

Make sure a valid deployment target is setup in the Podfile and add

pod 'PolynomialSwift', '~> 0'

Dependencies

Depends on Accelerate and hence only runs on macOS

Features

  • Fast polynomial evaluation (employing Accelerate framework)
  • Derivatives

Planned

  • Integrals
  • Root finding

Docs

Read the generated docs.

About

Polynomials and Piecewise Polynomials in Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages