xtensor icon indicating copy to clipboard operation
xtensor copied to clipboard

Linear algebra operators

Open amwink opened this issue 1 year ago • 1 comments

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?

amwink avatar Feb 04 '24 07:02 amwink

Hi, xtensor-blas provides these operations for matrices and vectors. We haven't implemented the general dot for tensors yet.

JohanMabille avatar Feb 05 '24 08:02 JohanMabille