Skip to content

Commit 210156d

Browse files
Address remarks
1 parent 10314fd commit 210156d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def tensorsolve(a, b, axes=None):
10101010
Right-hand tensor, which can be of any shape.
10111011
axes : tuple of ints, optional
10121012
Axes in `a` to reorder to the right, before inversion.
1013-
If None , no reordering is done.
1013+
If ``None`` , no reordering is done.
10141014
Default: ``None``.
10151015
10161016
Returns
@@ -1022,6 +1022,7 @@ def tensorsolve(a, b, axes=None):
10221022
--------
10231023
:obj:`dpnp.linalg.tensordot` : Compute tensor dot product along specified axes.
10241024
:obj:`dpnp.linalg.tensorinv` : Compute the `inverse` of a tensor.
1025+
:obj:`dpnp.einsum` : Evaluates the Einstein summation convention on the operands.
10251026
10261027
Examples
10271028
--------

0 commit comments

Comments
 (0)