pub struct AlgebraLimits {
pub max_dim: usize,
}Expand description
Explicit limits for potentially expensive matrix operations.
Fields§
§max_dim: usizeMaximum allowed dimension n for power / closure / materialize.
Implementations§
Source§impl AlgebraLimits
impl AlgebraLimits
Trait Implementations§
Source§impl Clone for AlgebraLimits
impl Clone for AlgebraLimits
Source§fn clone(&self) -> AlgebraLimits
fn clone(&self) -> AlgebraLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlgebraLimits
Source§impl Debug for AlgebraLimits
impl Debug for AlgebraLimits
Source§impl Default for AlgebraLimits
impl Default for AlgebraLimits
impl Eq for AlgebraLimits
Source§impl PartialEq for AlgebraLimits
impl PartialEq for AlgebraLimits
impl StructuralPartialEq for AlgebraLimits
Auto Trait Implementations§
impl Freeze for AlgebraLimits
impl RefUnwindSafe for AlgebraLimits
impl Send for AlgebraLimits
impl Sync for AlgebraLimits
impl Unpin for AlgebraLimits
impl UnsafeUnpin for AlgebraLimits
impl UnwindSafe for AlgebraLimits
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