row_sum Interface

public interface row_sum

Module Procedures

private subroutine row_sumSP_(sMat, num_rows, sums, comm)

Arguments

Type IntentOptional Attributes Name
type(SparseMatrix), intent(in) :: sMat
integer, intent(out) :: num_rows
real(kind=SP), dimension(:), pointer :: sums
integer, intent(in) :: comm

private subroutine row_sumDP_(sMat, num_rows, sums, comm)

Arguments

Type IntentOptional Attributes Name
type(SparseMatrix), intent(in) :: sMat
integer, intent(out) :: num_rows
real(kind=DP), dimension(:), pointer :: sums
integer, intent(in) :: comm