Skip to content

API for pre-allocated calculation for better performance #168

@termoshtt

Description

@termoshtt
Member

Depends to #167, from rust-ndarray/ndarray#649 (comment)

Current implementations of QR and other methods adopt "luxury" way for memory allocation, i.e. qr allocates working memory on every call. This overhead is negligible in some cases where this crate should focus.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @termoshtt

    Issue actions

      API for pre-allocated calculation for better performance · Issue #168 · rust-ndarray/ndarray-linalg