Skip to content

Avoid post-computation in Krylov solver #95

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

    Fields

    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