Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cactus-proj/numericalrecipes.jl
Numerical Recipes in Julia
https://github.com/cactus-proj/numericalrecipes.jl
numerical-recipes
Last synced: 25 days ago
JSON representation
Numerical Recipes in Julia
- Host: GitHub
- URL: https://github.com/cactus-proj/numericalrecipes.jl
- Owner: Cactus-proj
- Created: 2024-02-20T04:27:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T16:44:49.000Z (26 days ago)
- Last Synced: 2024-12-08T17:27:52.142Z (26 days ago)
- Topics: numerical-recipes
- Language: Julia
- Homepage: https://cactus-proj.github.io/NumericalRecipes.jl
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumericalRecipes
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cactus-proj.github.io/NumericalRecipes.jl/dev/)
[![Build Status](https://github.com/cactus-proj/NumericalRecipes.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/cactus-proj/NumericalRecipes.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/cactus-proj/NumericalRecipes.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/cactus-proj/NumericalRecipes.jl)# License
This project is for research and study purposes only.
The algorithm is derived from ``,
All rights reserved by the authors of the original book.Newly written code uses the MIT license.
> 本项目仅供学习研究之用。
> 使用的算法来源自《数值食谱》,
> 原书作者保留所有权利。
>
> 新编写的代码使用 MIT 协议。