GetMatrixRows Interface

public interface GetMatrixRows

Contents


Module Procedures

private pure function GetMatrixRows_lsr(this) result(rows)

Get the number of rows of a matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsr), intent(in) :: this

The matrix.

Return Value integer

The number of rows.

private pure function GetMatrixRows_lsc(this) result(rows)

Get the number of rows of a matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_lsc), intent(in) :: this

The matrix.

Return Value integer

The number of rows.