findLocationOfIndices Interface

interface
private pure module function findLocationOfIndices(this, row, column) result(indices)

Arguments

Type IntentOptional Attributes Name
class(COOSparsityPattern), intent(in) :: this
integer(kind=ik), intent(in), dimension(:) :: row

Row index

integer(kind=ik), intent(in), dimension(:) :: column

Column index

Return Value integer(kind=ik),allocatable,dimension(:)

Description

Return indices with given values of (row,column)