Skip to content

bunchkaufman! allocates much more memory than lu! #1219

@juliohm

Description

@juliohm

Is this expected?

julia> using LinearAlgebra

julia> A = Symmetric(rand(1000, 1000))

julia> @allocated bunchkaufman!(A, check=false)
520208

julia> @allocated lu!(A, check=false)
8096

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions