qrsolv Interface

interface
public subroutine qrsolv(a, c, d, b)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:,:):: a
real(kind=SP), intent(in), DIMENSION(:):: c
real(kind=SP), intent(in), DIMENSION(:):: d
real(kind=SP), intent(inout), DIMENSION(:):: b