inv Interface

public interface inv

Functions

private pure module function inv_rdp(A) result(B)

Compute the inverse of a Tridiagonal matrix.

Arguments

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

Input matrix.

Return Value real(kind=dp), allocatable, (:,:)

Inverse of A.