pub struct TensorGrid { /* private fields */ }Expand description
A tensor-product grid: node counts per axis, flattened row-major (the last axis is contiguous). Designed and tested for 1 to 3 dimensions.
Implementations§
Trait Implementations§
Source§impl Clone for TensorGrid
impl Clone for TensorGrid
Source§fn clone(&self) -> TensorGrid
fn clone(&self) -> TensorGrid
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 moreAuto Trait Implementations§
impl Freeze for TensorGrid
impl RefUnwindSafe for TensorGrid
impl Send for TensorGrid
impl Sync for TensorGrid
impl Unpin for TensorGrid
impl UnsafeUnpin for TensorGrid
impl UnwindSafe for TensorGrid
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