Carry out LU-decomposition for A and put the decomposed matrix into M implementation of Crout's method with partial pivoting.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=long), | intent(in), | dimension(:, :) | :: | a |
n*N matrix |