Skip to content

Avoid post-computation in Krylov solver #95

@tmigot

Description

@tmigot

In

Jd .= Jz * d #lsmr doesn't return this information

We are computing J * d, while I am suspecting this could be provided by Krylov's method.
Additionally, we are also computing the norm of Jd and d afterwards

Pred = T(0.5) * (normcz^2 - norm(Jd)^2) # T(0.5) * (normcz^2 - norm(Jd + cz)^2)

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