Skip to content

LowRankFactorizedNEP creates a dense matrix #269

@jarlebring

Description

@jarlebring

One of the constructors of LowRankFactorizedNEP creates a dense matrix.

function LowRankFactorizedNEP(L::AbstractVector{S}, U::AbstractVector{S},
f) where {S<:AbstractMatrix}
A = L .* adjoint.(U);
return LowRankFactorizedNEP(L,U,A,f)
end

This will be slow. Better to use e.g. LowRankApprox.LowRankMatrix

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