pub struct TtConfig {
pub max_rank: usize,
pub tolerance: f64,
}Expand description
Configuration for TT-SVD algorithm.
Fields§
§max_rank: usizeMaximum TT-rank.
tolerance: f64Truncation tolerance.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtConfig
impl RefUnwindSafe for TtConfig
impl Send for TtConfig
impl Sync for TtConfig
impl Unpin for TtConfig
impl UnsafeUnpin for TtConfig
impl UnwindSafe for TtConfig
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