add_row Interface

public interface add_row

Module Procedures

private pure subroutine add_row_sp(this, row, start_column, v)

Arguments

Type IntentOptional Attributes Name
type(CSR_SparseMatrix_sp), intent(inout) :: this
integer, intent(in) :: row
integer, intent(in) :: start_column
real(kind=sp), intent(in) :: v(:)