det_mat Function

public recursive function det_mat(a, n) result(det)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: a(n,n)
integer(kind=int32), intent(in) :: n

Return Value real(kind=real64)


Contents

None