pub struct JonesVector(/* private fields */);Expand description
Jones Vector. Polarized Electric Field. Rank 1, Dim 2 Complex Tensor.
Implementations§
Source§impl JonesVector
impl JonesVector
pub fn new(tensor: CausalTensor<Complex<f64>>) -> Self
pub fn inner(&self) -> &CausalTensor<Complex<f64>>
Trait Implementations§
Source§impl Clone for JonesVector
impl Clone for JonesVector
Source§fn clone(&self) -> JonesVector
fn clone(&self) -> JonesVector
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 JonesVector
impl Debug for JonesVector
Source§impl Default for JonesVector
impl Default for JonesVector
Source§fn default() -> JonesVector
fn default() -> JonesVector
Returns the “default value” for a type. Read more
Source§impl PartialEq for JonesVector
impl PartialEq for JonesVector
impl StructuralPartialEq for JonesVector
Auto Trait Implementations§
impl Freeze for JonesVector
impl RefUnwindSafe for JonesVector
impl Send for JonesVector
impl Sync for JonesVector
impl Unpin for JonesVector
impl UnwindSafe for JonesVector
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