Returns the determinant of an (N x N) matrix, where N = 2, 3, or 4.
Original routine by David Simpson
Note
For a general NxN matrix do an LU decomp
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in), | dimension(:,:) | :: | A |
(N,N) array, where N = 2, 3, or 4. |