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