pub struct BpConfig {
pub max_iter: usize,
pub tol: f64,
pub damping: f64,
}Expand description
BP configuration.
Fields§
§max_iter: usize§tol: f64§damping: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BpConfig
impl RefUnwindSafe for BpConfig
impl Send for BpConfig
impl Sync for BpConfig
impl Unpin for BpConfig
impl UnsafeUnpin for BpConfig
impl UnwindSafe for BpConfig
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