rivrs
Rivrs is a symbolic-numeric compiler for Rust that can build, transform, and execute computational graphs.
Rivrs is currently a work in progress and the main compiler is not yet publicly available.
Since the numerical implementations can be used independently of the compiler for scientific computing applications, these are released as standalone crates that are re-exported by rivrs.
Currently this is limited to rivrs-linalg, containing numerical linear algebra functionality that builds on and extends faer.
Usage
[]
= "0.1"
use SparseLDLT;
Features
| Feature | Default | Description |
|---|---|---|
linalg |
Yes | Numerical linear algebra |
License
Apache-2.0. See LICENSE for details.
For full documentation, see the repository README.