pub struct L2Regularity;Expand description
L² regularity (k=0 Sobolev space).
Trait Implementations§
Source§impl Clone for L2Regularity
impl Clone for L2Regularity
Source§fn clone(&self) -> L2Regularity
fn clone(&self) -> L2Regularity
Returns a duplicate 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 L2Regularity
impl Debug for L2Regularity
Source§impl Default for L2Regularity
impl Default for L2Regularity
Source§fn default() -> L2Regularity
fn default() -> L2Regularity
Returns the “default value” for a type. Read more
Source§impl Hash for L2Regularity
impl Hash for L2Regularity
Source§impl PartialEq for L2Regularity
impl PartialEq for L2Regularity
impl Copy for L2Regularity
impl Eq for L2Regularity
impl RegularityProperty for L2Regularity
impl StructuralPartialEq for L2Regularity
Auto Trait Implementations§
impl Freeze for L2Regularity
impl RefUnwindSafe for L2Regularity
impl Send for L2Regularity
impl Sync for L2Regularity
impl Unpin for L2Regularity
impl UnwindSafe for L2Regularity
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