addEntry Interface

interface
private pure module subroutine addEntry(this, row, column)

Arguments

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

Row index

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

Column Index

Description

Add entry if not already present