xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
155 stars 54 forks source link

emmmm, i not find the funcation can implentment the matrix multiply like np.matmul........ #229

Open panda66666666 opened 1 year ago

kaigu1997 commented 1 year ago

xt::linalg::dot do the work. See https://xtensor-blas.readthedocs.io/en/stable/reference.html#_CPPv4I00EN2xt6linalg3dotEDaRK11xexpressionI1TERK11xexpressionI1OE

If both t and o ar 2D matrices, computes the matrix-product.