Skip to content

Commit 6e5a7ce

Browse files
committed
Merge branch 'svd' of github.com:perazz/stdlib into svd
2 parents 8387797 + e0d800c commit 6e5a7ce

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)