size Interface

public interface size

Utility function to return the size of Toeplitz matrix along a given dimension.


Functions

private pure module function size_rdp(A, dim) result(arr_size)

Arguments

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

Input matrix.

integer(kind=ilp), intent(in), optional :: dim

Queried dimension.

Return Value integer(kind=ilp)

Size of the matrix along the dimension dim.