tc-tensor 0.1.2

Tinychain's Tensor collection type. Unstable.
docs.rs failed to build tc-tensor-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tc-tensor-0.8.0

This crate is used internally by Tinychain to provide the Tensor data structure. You can enable it using the tensor feature (e.g. cargo build --release --features=tensor). It requires linking to ArrayFire version 3.8 in order to compile. You can download and install ArrayFire by following the instructions at http://arrayfire.org/docs/installing.htm. You'll also have to add a package config file to your $PKG_CONFIG_PATH like so:

prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib64

Name: arrayfire
Description: the ArrayFire library
Version: 3.8
Libs: -L${libdir}

For more information on Tinychain, see http://github.com/haydnv/tinychain