Struct russell_tensor::SamplesTensor4
source · 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 RefUnwindSafe for SamplesTensor4
impl Send for SamplesTensor4
impl Sync for SamplesTensor4
impl Unpin 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