https://github.com/djsegal/numerics.jl
Bundle of Julia Packages related to Numerics
https://github.com/djsegal/numerics.jl
julia numerics packages
Last synced: over 1 year ago
JSON representation
Bundle of Julia Packages related to Numerics
- Host: GitHub
- URL: https://github.com/djsegal/numerics.jl
- Owner: djsegal
- License: mit
- Created: 2020-04-23T23:08:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T08:36:18.000Z (about 6 years ago)
- Last Synced: 2025-01-29T05:17:49.248Z (over 1 year ago)
- Topics: julia, numerics, packages
- Language: Julia
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Numerics.jl
##### Bundle of Julia packages relevant to numerics
---
To load use:
```julia
] add Numerics
using Numerics
```
You should now have access to the following packages:
+ DataFrames
+ DataStructures
+ LinearAlgebra
+ Statistics
+ StatsBase
+ Random