-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I am thinking on implementing stronger, parallel preconditioners for "p".
Is there support for the following linear algebra operations:
1: general matrix x matrix multiplication
2: matrix x diagonal matrix multiplication where the diagonal value becomes the multiplication factor of its row or column depending on whether it's pre- or post multiplied - this might be implemented in a simpler way than the general matrix x matrix multiplication
3: subtraction of a matrix C from the identity matrix I i.e. M_temp = I - C
4: invert the diagonal D i.e. matrix Dinv_temp = 1.0/D
5: adding/subtracting matrices i.e. matrix J = M_temp +/- N_temp
Metadata
Metadata
Assignees
Labels
No labels