inv Function

public function inv(A) result(Ainv)

Native implementation of matrix inverse based on Doolittle method

Arguments

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

Return Value real(kind=dp), dimension(size(A, 1), size(A, 1))