/c-tensor

Tensor implementation in C

Primary LanguageCApache License 2.0Apache-2.0

c-tensor

Tensor implementation in C - work in progress. Requires cmake.

make config    # configure the project
make examples  # build the examples, which are placed in 'build/examples' folder
make tests     # run unit tests