pub struct SamplesTensor4;Expand description
Holds fourth-order tensor samples
Implementations§
Source§impl SamplesTensor4
impl SamplesTensor4
pub const SAMPLE1: [[[[f64; 3]; 3]; 3]; 3]
pub const SAMPLE1_STD_MATRIX: [[f64; 9]; 9]
pub const SAMPLE1_MANDEL_MATRIX: [[f64; 9]; 9]
pub const SAMPLE2: [[[[f64; 3]; 3]; 3]; 3]
pub const SYM_SAMPLE1: [[[[f64; 3]; 3]; 3]; 3]
pub const SYM_SAMPLE1_STD_MATRIX: [[f64; 9]; 9]
pub const SYM_SAMPLE1_MANDEL_MATRIX: [[f64; 6]; 6]
pub const SYM_2D_SAMPLE1: [[[[f64; 3]; 3]; 3]; 3]
pub const SYM_2D_SAMPLE1_STD_MATRIX: [[f64; 9]; 9]
pub const SYM_2D_SAMPLE1_MANDEL_MATRIX: [[f64; 4]; 4]
Auto Trait Implementations§
impl Freeze for SamplesTensor4
impl RefUnwindSafe for SamplesTensor4
impl Send for SamplesTensor4
impl Sync for SamplesTensor4
impl Unpin for SamplesTensor4
impl UnsafeUnpin for SamplesTensor4
impl UnwindSafe for SamplesTensor4
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