abst_find Interface

interface
private pure function abst_find(self, row, col) result(index)

Arguments

Type IntentOptional Attributes Name
class(abst_matrix), intent(in) :: self
integer(kind=int32), intent(in) :: row
integer(kind=int32), intent(in) :: col

Return Value integer(kind=int32)