lstsq Interface

public interface lstsq

Module Procedures

private function dlstsq(A, b) result(x)

Arguments

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

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

private function zlstsq(A, b) result(x)

Arguments

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

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