Skip to content

Commit eeab850

Browse files
committed
Move API to submodule
1 parent da0c933 commit eeab850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/API_specification/linear_algebra_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ Computes the outer product of two vectors `x1` and `x2`.
259259

260260
TODO
261261

262-
(function-qr)=
263-
### qr(x, /, *, mode='reduced')
262+
(function-linalg-qr)=
263+
### linalg.qr(x, /, *, mode='reduced')
264264

265265
Computes the qr factorization of a matrix (or a stack of matrices), where `q` is an orthonormal matrix (or a stack of matrices) and `r` is an upper-triangular matrix (or a stack of matrices).
266266

0 commit comments

Comments
 (0)