shape Interface

public interface shape

Functions

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

Utility function to get the shape of a Diagonal matrix.

Arguments

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

Input matrix.

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

Shape of the matrix.