Trait juice::util::SolverOps

source ·
pub trait SolverOps<F>: LayerOps<F> + Axpby<F> + Dot<F> + Copy<F> { }
Expand description

Encapsulates all traits required by Solvers.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: LayerOps<f32> + Axpby<f32> + Dot<f32> + Copy<f32>> SolverOps<f32> for T