Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 413 Bytes

vmmlib

A templatized C++ vector and matrix math library. For more information please see http://vmml.github.com/vmmlib/

License: (revised) BSD

VMMLib depends on LAPACK, BLAS and FFTW3. If you just want to use VMMLib basic without depending on LAPACK/BLAS, don't include the affected header files.

Run bin/tensor_play to see some examples in action, including Tucker decomposition and reconstruction.