Tensor decompositions¶
The mprod.decomposition module includes tensor decomposition algorithms. Currently, the tsvdm and tqrm decompositions is implemented. Future plans are to implement additional factorizations such as non negative tensor factorization (NTF) .
|
The svdm function is a helper function for computing the tsvdmII. |
|
The |