Skip to content

Special matrix types for optimizations #11

@mcopik

Description

@mcopik

We should use specific matrix types to enable possible optimizations. We have two problems here: how to create those types and how to implement expressions without assuming that user knows the exact type in each expression?

For example:

? result = f(A, B);

? here can be a general or a specific matrix type, depending on types of A and B, how f preserves those types and whether linear algebra toolkit implements it properly.

Types:

  • triangular

  • symmetric/Hermitian

  • tridiagonal(banded)

  • Eigen

  • Blaze

  • Armadillo

  • MTL4

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions