svdcmp Interface

public interface svdcmp

Contents


Subroutines

public subroutine svdcmp_dp(a, w, v)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(inout), DIMENSION(:,:):: a
real(kind=DP), intent(out), DIMENSION(:):: w
real(kind=DP), intent(out), DIMENSION(:,:):: v

public subroutine svdcmp_sp(a, w, v)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(inout), DIMENSION(:,:):: a
real(kind=SP), intent(out), DIMENSION(:):: w
real(kind=SP), intent(out), DIMENSION(:,:):: v