Skip to content

djthorpe/c-tensor

Repository files navigation

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