svdvals Interface

public interface svdvals

Module Procedures

private function dsvdvals(A) result(s)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: A(:,:)

Return Value real(kind=8), allocatable, (:)

private function zsvdvals(A) result(s)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(in) :: A(:,:)

Return Value real(kind=8), allocatable, (:)