operator(+) Interface

public interface operator(+)

Calls

interface~~operator(+)~~CallsGraph interface~operator(+) operator(+) proc~matrix_addition_crs Matrix_Addition_CRS interface~operator(+)->proc~matrix_addition_crs

Module Procedures

private function Matrix_Addition_CRS(A, B) result(C)

Arguments

Type IntentOptional Attributes Name
type(type_crs), intent(in) :: A
type(type_crs), intent(in) :: B

Return Value type(type_crs)