abst_initialize Interface

interface
private subroutine abst_initialize(self, num_nodes, row, col)

Arguments

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