shape Interface

public interface shape

Utility function to return the shape of a Circulant matrix.


Functions

private pure module function shape_rdp(A) result(arr_shape)

Utility function to get the shape of a Circulant matrix.

Arguments

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

Input matrix.

Return Value integer(kind=ilp), (2)

Shape of the matrix.