pub struct CPConfig {
pub rank: usize,
pub max_iters: usize,
pub tolerance: f64,
}Expand description
CP decomposition configuration
Fields§
§rank: usizeTarget rank
max_iters: usizeMaximum iterations
tolerance: f64Convergence tolerance
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPConfig
impl RefUnwindSafe for CPConfig
impl Send for CPConfig
impl Sync for CPConfig
impl Unpin for CPConfig
impl UnwindSafe for CPConfig
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