multElementwiseRArray Module Function

pure module function multElementwiseRArray(mat1, mat2) result(res)

Arguments

Type IntentOptional Attributes Name
type(RealArray), intent(in), dimension(:) :: mat1
class(SparseRowData), intent(in) :: mat2

Return Value type(RealArray), allocatable, dimension(:)