shape Interface

public interface shape

Utility function returning the shape of a Strang matrix .


Functions

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

Arguments

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

Input matrix.

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

Shape of the matrix.