fortran-lapack
Loading...
Searching...
No Matches
la_svd::svdvals Interface Reference

Public Member Functions

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.
 

Member Function/Subroutine Documentation

◆ 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]aInput 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]aInput 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]aInput 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]aInput 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]aInput 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]aInput 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: