shape Interface

public interface shape

Utility function to return the size of a Hankel matrix.


Functions

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

Utility function to get the shape of a Hankel matrix.

Arguments

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

Input matrix.

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

Shape of the matrix.