Skip to content

Make in-place functions actually in-place #20

@daanhb

Description

@daanhb

Currently, the in-place functions just call the regular functions and copy the output. Examples:

This issue is a reminder to fix that.

It probably won't make much difference when working with BigFloat's because they allocate memory regardless, but it might help significantly with other types (especially in 2D-3D).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions