Choral
|
addition of csr matrices (with the same pattern) More...
Private Member Functions | |
subroutine | csr_add_1 (m1, a, m2, b) |
m1 = a*m1 + b*m2 m1, m2 with identical patterns More... | |
subroutine | csr_add_2 (m, m1, a, m2, b) |
m <= a*m1 + b*m2 m1, m2 with identical patterns More... | |
addition of csr matrices (with the same pattern)
Definition at line 138 of file csr_mod.F90.
|
private |
m1 = a*m1 + b*m2 m1, m2 with identical patterns
Definition at line 598 of file csr_mod.F90.
|
private |
m <= a*m1 + b*m2 m1, m2 with identical patterns
Definition at line 563 of file csr_mod.F90.