shape Interface

public interface shape

Functions

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

Return the shape of a Tridiagonal matrix.

Arguments

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

Input matrix.

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

Shape of the matrix.