Choral
|
add a CSR matrix M1 with pattern P1 to a CSR matrix M with pattern P such that P1 is included in P More...
Private Member Functions | |
subroutine | add_submatrix_1 (m, m2) |
m <= m + m2 m2(i,j) /=0 ==> m(i,j)/=0 More... | |
subroutine | add_submatrix_2 (m, m2, a) |
m <= m + a*m2 m2(i,j) /=0 ==> m(i,j)/=0 More... | |
add a CSR matrix M1 with pattern P1 to a CSR matrix M with pattern P such that P1 is included in P
Definition at line 145 of file csr_mod.F90.
|
private |
m <= m + m2 m2(i,j) /=0 ==> m(i,j)/=0
Definition at line 913 of file csr_mod.F90.
|
private |
m <= m + a*m2 m2(i,j) /=0 ==> m(i,j)/=0
Definition at line 943 of file csr_mod.F90.