tempan 0.0.1

The library provides an exponential-integrator-based solver for systems of differential-algebraic equations modeling temperature of electronic systems.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tempan"
version = "0.0.1"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/tempan"
homepage = "https://github.com/stainless-steel/tempan"
documentation = "https://stainless-steel.github.io/tempan"
description = """
The library provides an exponential-integrator-based solver for systems of
differential-algebraic equations modeling temperature of electronic systems.
"""

[dev-dependencies]
assert = "0.0.1"