Struct totsu_core::ConeZero

source ·
pub struct ConeZero<L: LinAlg> { /* private fields */ }
Expand description

Zero cone

\[ \lbrace 0 \rbrace^n = \lbrace 0 \rbrace \times \cdots \times \lbrace 0 \rbrace = \left\lbrace x \in \mathbb{R}^n \ \middle|\ x=0 \right\rbrace \]

Implementations§

Creates an instance.

Returns the ConeZero instance.

Trait Implementations§

Calculates \(\Pi_\mathcal{K}(x)\), that is euclidean projection of \(x\) onto the cone \(\mathcal{K}\). Read more
Performs grouping for a diagonal preconditioning vector according to the cone \(\mathcal{K}\). Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.