Struct argmin::landweber::Landweber [] [src]

pub struct Landweber<'a> { /* fields omitted */ }

Landweber algorithm struct (duh)

Methods

impl<'a> Landweber<'a>
[src]

[src]

Return a Landweber struct

[src]

Set maximum number of iterations

Trait Implementations

impl<'a> ArgminSolver<'a> for Landweber<'a>
[src]

Parameter vector

Cost value

Hessian

Initial parameter(s)

Type of Problem

[src]

Initialize with a given problem and a starting point

[src]

Compute next point

[src]

Handles the stopping criteria

[src]

Run initialization and iterations at once

impl<'a> Default for Landweber<'a>
[src]

[src]

Returns the "default value" for a type. Read more