Skip to content

Commit e0d800c

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 69458ad commit e0d800c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,9 @@ If requested, `vt` contains the right singular vectors, as rows of \( V^T \).
918918

919919
`call ` [[stdlib_linalg(module):svd(interface)]] `(a, s, [, u, vt, overwrite_a, full_matrices, err])`
920920

921+
### Class
922+
Subroutine
923+
921924
### Arguments
922925

923926
`a`: Shall be a rank-2 `real` or `complex` array containing the coefficient matrix of size `[m,n]`. It is an `intent(inout)` argument, but returns unchanged unless `overwrite_a=.true.`.

0 commit comments

Comments
 (0)