Skip to content

Benchmarking #167

Closed
Closed
@termoshtt

Description

@termoshtt

From rust-ndarray/ndarray#649 (comment)

Given that a typical use case in scientific calculations is to repeatedly perform QR factorization on a matrix of the same dimensions, it would be great to have a struct QR that contains all pre-allocated data structures and comes equipped with a method compute taking a matrix A and storing the result inside it. The factors Q and R can then be accessed by reference and cloned, if needed.

We need appropriate benchmark problem before going to implement this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions