This interface overloads the det interface from stdlib_linag to
compute the determinant  where  is of type
Diagonal.
   d = det(A)
A :  Matrix of Diagonal type.
         It is in an intent(in) argument.
d :  Determinant of the matrix.
Compute the determinant of a Diagonal matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Diagonal), | intent(in) | :: | A | 
                 Input matrix.  | 
        
Determinant of the matrix.