right_divide Function

public function right_divide(A, B) result(X)

Returns X = AB⁻¹ without evaluating B⁻¹

Arguments

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

Return Value complex(kind=dp), (size(A,1),size(A,2))