matmulCRS Function

public function matmulCRS(CRS, Old_vector, run_mode, cache_size) result(new_vector)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: CRS
real(kind=real64), intent(in) :: Old_vector(:)
integer(kind=int32), intent(in), optional :: run_mode
integer(kind=int32), intent(in), optional :: cache_size

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