Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkydragon/scipy4j.jl
https://github.com/inkydragon/scipy4j.jl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inkydragon/scipy4j.jl
- Owner: inkydragon
- License: mit
- Created: 2024-02-09T06:11:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T00:25:15.000Z (8 months ago)
- Last Synced: 2024-05-07T01:30:45.550Z (8 months ago)
- Language: Fortran
- Homepage: https://inkydragon.github.io/Scipy4j.jl/
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scipy4j
> Rewriting scipy's fortran dependencies in julia.
> Currently focusing on `scipy.special`[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://inkydragon.github.io/Scipy4j.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://inkydragon.github.io/Scipy4j.jl/dev/)
[![Build Status](https://github.com/inkydragon/Scipy4j.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/inkydragon/Scipy4j.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/inkydragon/Scipy4j.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/inkydragon/Scipy4j.jl)## License
```
# SPDX-License-Identifier: MIT
```