Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 协议。