rinv Interface

public interface rinv

m < n, 行满秩,使用 rinv


Contents


Functions

public module function rinv_real_kind(x) result(y)

Arguments

Type IntentOptional Attributes Name
real(kind=fffc_real_kind), intent(in) :: x(:,:)

Return Value real(kind=fffc_real_kind), (size(x,2),size(x,1))

public module function rinv_complex_kind(x) result(y)

Arguments

Type IntentOptional Attributes Name
complex(kind=fffc_complex_kind), intent(in) :: x(:,:)

Return Value complex(kind=fffc_complex_kind), (size(x,2),size(x,1))