Skip to content

Simplify public interface #24

@RastislavTuranyi

Description

@RastislavTuranyi

Currently, we have a lot of individual functions that do similar things - these could be merged together into one function with a argument that would cause one of the original functions (maybe in the lapack style) to be called. Doing this should simplify the API, hopefully making it easier to use.

Candidates for this:

  • allocate_tree and allocate_tree_monolithic -> allocate_hodlr
  • multiply_hodlr_dense and multiply_dense_hodlr and multiply_hodlr_transpose_dense

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions