xtensor
xtensor copied to clipboard
Linear algebra operators
Just come across this library, I have been looking for this for so long (I remember this effort in Boost https://lists.boost.org/boost-users/2011/05/68426.php)... This is great.
In the documentation I could not find a reference to matrix multiplication (the '@' operator) and related functions such as 'dot'.
Do you plan to add these or would that be too application specific?
Hi, xtensor-blas provides these operations for matrices and vectors. We haven't implemented the general dot for tensors yet.