crs_matvec_generic_complex_SparseClass Function

public function crs_matvec_generic_complex_SparseClass(CRS_value, CRS_col, CRS_row_ptr, Old_vector) result(new_vector)

x_i = A_ij b_j

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: CRS_value(:)
integer(kind=int32), intent(in) :: CRS_col(:)
integer(kind=int64), intent(in) :: CRS_row_ptr(:)
complex(kind=real64), intent(in) :: Old_vector(:)

Return Value complex(kind=real64), allocatable, (:)