GetMatrixColumns Interface

public interface GetMatrixColumns

Contents


Module Procedures

private pure function GetMatrixColumns_lsr(this) result(columns)

Get the number of columns of a matrix.

Arguments

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

Return Value integer

The number of columns.

private pure function GetMatrixColumns_lsc(this) result(columns)

Get the number of columns of a matrix.

Arguments

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

Return Value integer

The number of columns.