size Interface

public interface size

Utility function returning the size of a Strang matrix along a given dimension.


Functions

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

Arguments

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

Input matrix.

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

Queried dimension.

Return Value integer(kind=ilp)

Corresponding size.