|
real(sp) function, dimension(:), allocatable | la_svdvals_s (a, err) |
| Singular values of matrix A.
|
|
real(dp) function, dimension(:), allocatable | la_svdvals_d (a, err) |
| Singular values of matrix A.
|
|
real(qp) function, dimension(:), allocatable | la_svdvals_q (a, err) |
| Singular values of matrix A.
|
|
real(sp) function, dimension(:), allocatable | la_svdvals_c (a, err) |
| Singular values of matrix A.
|
|
real(dp) function, dimension(:), allocatable | la_svdvals_z (a, err) |
| Singular values of matrix A.
|
|
real(qp) function, dimension(:), allocatable | la_svdvals_w (a, err) |
| Singular values of matrix A.
|
|
◆ la_svdvals_c()
real(sp) function, dimension(:), allocatable la_svd::svdvals::la_svdvals_c |
( |
complex(sp), dimension(:,:), intent(in), target |
a, |
|
|
type(la_state), intent(out), optional |
err |
|
) |
| |
Singular values of matrix A.
- Parameters
-
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
- Returns
- Array of singular values
◆ la_svdvals_d()
real(dp) function, dimension(:), allocatable la_svd::svdvals::la_svdvals_d |
( |
real(dp), dimension(:,:), intent(in), target |
a, |
|
|
type(la_state), intent(out), optional |
err |
|
) |
| |
Singular values of matrix A.
- Parameters
-
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
- Returns
- Array of singular values
◆ la_svdvals_q()
real(qp) function, dimension(:), allocatable la_svd::svdvals::la_svdvals_q |
( |
real(qp), dimension(:,:), intent(in), target |
a, |
|
|
type(la_state), intent(out), optional |
err |
|
) |
| |
Singular values of matrix A.
- Parameters
-
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
- Returns
- Array of singular values
◆ la_svdvals_s()
real(sp) function, dimension(:), allocatable la_svd::svdvals::la_svdvals_s |
( |
real(sp), dimension(:,:), intent(in), target |
a, |
|
|
type(la_state), intent(out), optional |
err |
|
) |
| |
Singular values of matrix A.
- Parameters
-
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
- Returns
- Array of singular values
◆ la_svdvals_w()
real(qp) function, dimension(:), allocatable la_svd::svdvals::la_svdvals_w |
( |
complex(qp), dimension(:,:), intent(in), target |
a, |
|
|
type(la_state), intent(out), optional |
err |
|
) |
| |
Singular values of matrix A.
- Parameters
-
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
- Returns
- Array of singular values
◆ la_svdvals_z()
real(dp) function, dimension(:), allocatable la_svd::svdvals::la_svdvals_z |
( |
complex(dp), dimension(:,:), intent(in), target |
a, |
|
|
type(la_state), intent(out), optional |
err |
|
) |
| |
Singular values of matrix A.
- Parameters
-
[in] | a | Input matrix A[m,n] |
[out] | err | [optional] state return flag. On error if not requested, the code will stop |
- Returns
- Array of singular values
The documentation for this interface was generated from the following file: