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