Struct argmin::operator::ArgminOperator [] [src]

pub struct ArgminOperator<'a> {
    pub operator: &'a Array2<f64>,
    pub y: &'a Array1<f64>,
}

ArgminOperator

Fields

Operator (for now a simple 2D matrix)

y of Ax = y

Methods

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

[src]

Constructor

[src]

Forward application of the operator (A*x)

[src]

Application of the transpose of the operator (AT * x)