to_Dense Subroutine

public subroutine to_Dense(CRS_val, CRS_col, CRS_rowptr, DenseMatrix)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), allocatable :: CRS_val(:)
integer(kind=int32), intent(in), allocatable :: CRS_col(:)
integer(kind=int64), intent(in), allocatable :: CRS_rowptr(:)
real(kind=real64), intent(inout), allocatable :: DenseMatrix(:,:)