pub struct EigenPullback { /* private fields */ }Implementations§
Source§impl EigenPullback
impl EigenPullback
pub fn backward( &self, dl: &[f64], dv: Option<MatrixView<'_>>, ) -> Result<Matrix, SolverError>
Trait Implementations§
Source§impl Clone for EigenPullback
impl Clone for EigenPullback
Source§fn clone(&self) -> EigenPullback
fn clone(&self) -> EigenPullback
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EigenPullback
impl RefUnwindSafe for EigenPullback
impl Send for EigenPullback
impl Sync for EigenPullback
impl Unpin for EigenPullback
impl UnsafeUnpin for EigenPullback
impl UnwindSafe for EigenPullback
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more