-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82d2a7c
commit e916124
Showing
9 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# FElliptic | ||
FElliptic is an implementation of Toshio Fukushima's algorithms for calculating [Elliptic Integrals and Jacobi Elliptic Functions](https://ieeexplore.ieee.org/document/7203795). | ||
# JacobiElliptic | ||
JacobiElliptic is an implementation of Toshio Fukushima's algorithms for calculating [Elliptic Integrals and Jacobi Elliptic Functions](https://ieeexplore.ieee.org/document/7203795). | ||
|
||
## Features | ||
- Type stable and preserving | ||
- [Metal.jl](/~https://github.com/JuliaGPU/Metal.jl) and [CUDA.jl](/~https://github.com/JuliaGPU/CUDA.jl) compatible | ||
## Documentation | ||
[![Dev](https://img.shields.io/badge/docs-stable-blue.svg)](https://dchang10.github.io/FElliptic.jl/dev/) | ||
[![Dev](https://img.shields.io/badge/docs-stable-blue.svg)](https://dchang10.github.io/JacobiElliptic.jl/dev/) | ||
|
||
## Repo Status | ||
[![Build Status](/~https://github.com/dchang10/FElliptic.jl/workflows/CI/badge.svg)](/~https://github.com/dchang10/FElliptic.jl/actions) | ||
[![Coverage](https://codecov.io/gh/dchang10/FElliptic.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/dchang10/FElliptic.jl) | ||
[![Build Status](/~https://github.com/dchang10/JacobiElliptic.jl/workflows/CI/badge.svg)](/~https://github.com/dchang10/JacobiElliptic.jl/actions) | ||
[![Coverage](https://codecov.io/gh/dchang10/JacobiElliptic.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/dchang10/JacobiElliptic.jl) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
FElliptic = "2a8b799e-c098-4961-872a-356c768d184c" | ||
JacobiElliptic = "2a8b799e-c098-4961-872a-356c768d184c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters