rustencils 0.1.1

A work in progress trying to build modular and extenisble differential equation solver using stencils for finite difference methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.factorial]
version = "0.2.1"

[dependencies.ndarray]
version = "0.14.0"

[dependencies.ndarray-linalg]
version = "0.13.1"

[package]
authors = ["agilman0803 <agilman@princeton.edu>"]
description = "A work in progress trying to build modular and extenisble differential equation solver using stencils for finite difference methods."
edition = "2018"
license = "MIT OR GPL-3.0+"
name = "rustencils"
version = "0.1.1"