Trait leaf::util::SolverOps [] [src]

pub trait SolverOps<F>: LayerOps<F> + Axpby<F> + Dot<F> + Copy<F> { }

Encapsulates all traits required by Solvers.

Implementors