det Interface

public interface det

This interface overloads the det interface from stdlib_linalg to compute the determinant of a Poisson2D matrix .

Syntax

   d = det(A)

Arguments

  • A : Matrix of Poisson2D type. It is an intent(in) argument.

  • d : Determinant of the matrix.


Functions

private pure module function det_rdp(A) result(d)

Arguments

Type IntentOptional Attributes Name
type(Poisson2D), intent(in) :: A

Input matrix.

Return Value real(kind=dp)

Determinant of the matrix.