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