Skip to content

Supported Linear Algebra Operations? #110

Description

@klausbu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions