clib install hcnn/multiply_outer
Or add to your package.json and run clib install
{ ...
"dependencies": {
"hcnn/multiply_outer": "0.1.0"
...
Download, compile, and run test.c and demo.c
git clone git@github.com:hcnn/multiply_outer.git
cd multiply_outer
make deps
make validate
make showcase
Further explanations in README.ipynb