shape Interface

public interface shape

Utility function to return the size of a Toeplitz matrix.


Functions

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

Utility function to get the shape of a Toeplitz matrix.

Arguments

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

Input matrix.

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

Shape of the matrix.