convolician 0.1.0

Fast, easy matrix gradients
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 3 items with examples
  • Size
  • Source code size: 28.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.81 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mattgibb

Convolician

A speedy little matrix convolver for the command line.

Install the Rust toolchain

https://www.rust-lang.org/tools/install

Get the code

git clone github.com/mattgibb/convolician

Run the convolution

cargo run --release

## Run the tests

cargo test

Run the performance benchmarks

cargo bench