Skip to content

Create a common interface for C++ libraries #4

@mcopik

Description

@mcopik

The interface should allow to implement a generic linear algebra kernel and evaluate it with different libraries. Basic interface is required to solve #3

  • wrappers for matrix and vector types
  • inplace matrix operations - transpose, hermitian, inverse, normalize
  • operations returning new object/scalar - norm, determinant, trace, generic functions
  • decompositions
  • linear solvers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions