oseledets / ttpy

Python implementation of the TT-Toolbox
MIT License
236 stars 67 forks source link

Replace * by @ in matrix multiplication #57

Open oseledets opened 6 years ago

oseledets commented 6 years ago

It is time to use @ for matrix-by-matrix and matrix-by-vector product. And leave * for the elementwise product