convolician 0.1.0

Fast, easy matrix gradients
Documentation

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