inv Interface

public interface inv

Functions

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

Utility function to compute the inverse of a Circulant matrix. If A is circulant, its inverse also is circulant.

Arguments

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

Input matrix.

Return Value type(Circulant)

Inverse of A.