@@ -258,7 +258,7 @@ Returns the multiplicative inverse of a square matrix (or a stack of square matr
258
258
(function-linalg-matmul)=
259
259
### linalg.matmul(x1, x2, /)
260
260
261
- Alias for {ref} ` function- matmul` .
261
+ Alias for {func} ` signatures.linear_algebra_functions. matmul` .
262
262
263
263
(function-linalg-matrix-norm)=
264
264
### linalg.matrix_norm(x, /, * , keepdims=False, ord='fro')
@@ -352,7 +352,7 @@ Returns the rank (i.e., number of non-zero singular values) of a matrix (or a st
352
352
(function-linalg-matrix-transpose)=
353
353
### linalg.matrix_transpose(x, /)
354
354
355
- Alias for {ref} ` function-matrix-transpose ` .
355
+ Alias for {func} ` signatures.linear_algebra_functions.matrix_transpose ` .
356
356
357
357
(function-linalg-outer)=
358
358
### linalg.outer(x1, x2, /)
@@ -537,7 +537,7 @@ Returns the singular values of a matrix (or a stack of matrices) `x`.
537
537
(function-linalg-tensordot)=
538
538
### linalg.tensordot(x1, x2, /, * , axes=2)
539
539
540
- Alias for {ref} ` function- tensordot` .
540
+ Alias for {func} ` signatures.linear_algebra_functions. tensordot` .
541
541
542
542
(function-linalg-trace)=
543
543
### linalg.trace(x, /, * , offset=0)
@@ -575,7 +575,7 @@ Returns the sum along the specified diagonals of a matrix (or a stack of matrice
575
575
(function-linalg-vecdot)=
576
576
### linalg.vecdot(x1, x2, /, *, axis=-1)
577
577
578
- Alias for {ref}`function- vecdot`.
578
+ Alias for {func}`signatures.linear_algebra_functions. vecdot`.
579
579
580
580
(function-linalg-vector-norm)=
581
581
### linalg.vector_norm(x, /, *, axis=None, keepdims=False, ord=2)
0 commit comments