numeris 0.5.8

Pure-Rust numerical algorithms library — high performance with SIMD support while also supporting no-std for embedded and WASM targets.
Documentation
1
2
3
4
5
6
7
8
/* Scale plot SVGs to fill the content width */
img[src$=".svg"] {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
    margin: 1.5em auto;
}