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.