matmul_CRS_CRS Function

public function matmul_CRS_CRS(A, B) result(CRS)

$OMP parallel do $OMP atomic $OMP end parallel do

Arguments

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

Return Value type(CRS_)