Skip to content

MatrixCSR operations: matvec, transpose, matmul #4163

Description

@chrisrichardson

Describe new/missing feature

Add new parallel functionality to MatrixCSR for:

  • matrix transpose
  • matrix-vector product y = Ax, and y = A^T x
  • matrix-matrix product C = AB
  • matrix triple product P^T A P
  • support for matrix transpose, matvec with fixed block size.
  • support matrix block size in matmul

Metadata

Metadata

Labels

enhancementNew feature or requestroadmapPart of the FEniCS Roadmap

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions