pub struct IdentityPreconditioner;Expand description
Identity preconditioner (no preconditioning).
Simply copies r to z, equivalent to M = I.
Trait Implementations§
Source§impl<T: GpuFloat> Preconditioner<T> for IdentityPreconditioner
impl<T: GpuFloat> Preconditioner<T> for IdentityPreconditioner
Auto Trait Implementations§
impl Freeze for IdentityPreconditioner
impl RefUnwindSafe for IdentityPreconditioner
impl Send for IdentityPreconditioner
impl Sync for IdentityPreconditioner
impl Unpin for IdentityPreconditioner
impl UnsafeUnpin for IdentityPreconditioner
impl UnwindSafe for IdentityPreconditioner
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