Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

donald-pinckney/SwiftNum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftNum

SwiftNum is an in-progress numerical computing library in Swift. It uses Accelerate / BLAS, so it should be quite fast.

Currently SwiftNum only support macOS, but Linux support shouldn't be too hard, and is planned.

So What does SwiftNum Do?

SwiftNum aims to provide a clean, easy and efficient Swift interface for common numerical computing tasks.

So far, SwiftNum has implemented:

Requirements

Currently the requirements are:

  • macOS
  • Swift 4.0.x
  • gnuplot installed if you wish to plot, though SwiftNum will build without it.

How to Use

Just add it is a dependency to your Package.swift file:

.Package(url: "https://github.com/donald-pinckney/SwiftNum", Version(1, 9, 9))

About

Numerical Computing in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages