abst_set Interface

interface
private subroutine abst_set(self, row, col, value)

Arguments

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