# tensorplay.linalg.tensorsolve

Source: https://www.tensorplay.cn/docs/generated/tensorplay.linalg.tensorsolve.html

# tensorplay.linalg.tensorsolve

tensorplay.linalg.tensorsolve(A, B, dims=None) &#x2192; Tensor[[source]](../_modules/tensorplay/linalg.html#tensorsolve)

Solves A X = B where A and B are (tuples of) matrices interpreted as a
single square system over the trailing dimensions.
