We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb47ba5 commit 3b365aaCopy full SHA for 3b365aa
example/linalg/example_svd2.f90
@@ -1,7 +1,7 @@
1
! Singular Values
2
program example_svd2
3
use stdlib_linalg_constants, only: dp
4
- use stdlib_linalg, only: svd
+ use stdlib_linalg, only: svdvals
5
implicit none
6
7
real(dp), allocatable :: A(:,:),s(:)
0 commit comments