pub struct HestenesStiefel {}
Expand description
Hestenes and Stiefel (HS) method TODO: Reference
Implementations§
Trait Implementations§
Source§impl<T, F> ArgminNLCGBetaUpdate<T, F> for HestenesStiefel
impl<T, F> ArgminNLCGBetaUpdate<T, F> for HestenesStiefel
Source§impl Clone for HestenesStiefel
impl Clone for HestenesStiefel
Source§fn clone(&self) -> HestenesStiefel
fn clone(&self) -> HestenesStiefel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HestenesStiefel
impl Debug for HestenesStiefel
Source§impl Default for HestenesStiefel
impl Default for HestenesStiefel
Source§fn default() -> HestenesStiefel
fn default() -> HestenesStiefel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HestenesStiefel
impl<'de> Deserialize<'de> for HestenesStiefel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HestenesStiefel
impl Hash for HestenesStiefel
Source§impl Ord for HestenesStiefel
impl Ord for HestenesStiefel
Source§fn cmp(&self, other: &HestenesStiefel) -> Ordering
fn cmp(&self, other: &HestenesStiefel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HestenesStiefel
impl PartialEq for HestenesStiefel
Source§impl PartialOrd for HestenesStiefel
impl PartialOrd for HestenesStiefel
Source§impl Serialize for HestenesStiefel
impl Serialize for HestenesStiefel
impl Copy for HestenesStiefel
impl Eq for HestenesStiefel
impl StructuralPartialEq for HestenesStiefel
Auto Trait Implementations§
impl Freeze for HestenesStiefel
impl RefUnwindSafe for HestenesStiefel
impl Send for HestenesStiefel
impl Sync for HestenesStiefel
impl Unpin for HestenesStiefel
impl UnwindSafe for HestenesStiefel
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