Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 503 Bytes

vmmlib-tensor

A header-only C++ library for tensor manipulation and decomposition. This library is much less templatized than the original vmmlib, which means tensor sizes can be defined and modified at run-time.

Usage

Most functions work for tensors of 1 to 3 dimensions.

More details soon...

Dependencies

  • CLAPACK for eigen- and singular value decompositions
  • CBLAS for matrix products