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