pub struct TensorRank1Vec<const D: usize, const I: usize>(/* private fields */);
Expand description
A vector of d-dimensional tensors of rank 1.
D
is the dimension, I
is the configuration.
Implementations§
Source§impl<const D: usize, const I: usize> TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> TensorRank1Vec<D, I>
Sourcepub fn dot(&self, tensors: &Self) -> TensorRank0
pub fn dot(&self, tensors: &Self) -> TensorRank0
Returns the sum of the full dot product of each tensor in each vector.
Trait Implementations§
Source§impl<const D: usize, const I: usize> Add<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Add<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
Source§impl<const D: usize, const I: usize> AddAssign<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> AddAssign<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
Source§fn add_assign(&mut self, tensor_rank_1_vec: &Self)
fn add_assign(&mut self, tensor_rank_1_vec: &Self)
Performs the
+=
operation. Read moreSource§impl<const D: usize, const I: usize> AddAssign for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> AddAssign for TensorRank1Vec<D, I>
Source§fn add_assign(&mut self, tensor_rank_1_vec: Self)
fn add_assign(&mut self, tensor_rank_1_vec: Self)
Performs the
+=
operation. Read moreSource§impl<const D: usize, const I: usize> Clone for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Clone for TensorRank1Vec<D, I>
Source§fn clone(&self) -> TensorRank1Vec<D, I>
fn clone(&self) -> TensorRank1Vec<D, I>
Returns a copy 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<const D: usize, const I: usize> Div<&f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Div<&f64> for TensorRank1Vec<D, I>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
/
operator.Source§impl<const D: usize, const I: usize> Div<f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Div<f64> for TensorRank1Vec<D, I>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
/
operator.Source§impl<const D: usize, const I: usize> DivAssign<&f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> DivAssign<&f64> for TensorRank1Vec<D, I>
Source§fn div_assign(&mut self, tensor_rank_0: &TensorRank0)
fn div_assign(&mut self, tensor_rank_0: &TensorRank0)
Performs the
/=
operation. Read moreSource§impl<const D: usize, const I: usize> DivAssign<f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> DivAssign<f64> for TensorRank1Vec<D, I>
Source§fn div_assign(&mut self, tensor_rank_0: TensorRank0)
fn div_assign(&mut self, tensor_rank_0: TensorRank0)
Performs the
/=
operation. Read moreSource§impl<const D: usize> From<TensorRank1Vec<D, 0>> for TensorRank1Vec<D, 1>
impl<const D: usize> From<TensorRank1Vec<D, 0>> for TensorRank1Vec<D, 1>
Source§fn from(tensor_rank_1_vec: TensorRank1Vec<D, 0>) -> Self
fn from(tensor_rank_1_vec: TensorRank1Vec<D, 0>) -> Self
Converts to this type from the input type.
Source§impl<const D: usize, const I: usize> FromIterator<TensorRank1<D, I>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> FromIterator<TensorRank1<D, I>> for TensorRank1Vec<D, I>
Source§fn from_iter<Ii: IntoIterator<Item = TensorRank1<D, I>>>(
into_iterator: Ii,
) -> Self
fn from_iter<Ii: IntoIterator<Item = TensorRank1<D, I>>>( into_iterator: Ii, ) -> Self
Creates a value from an iterator. Read more
Source§impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for &TensorRank1Vec<D, I>
impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for &TensorRank1Vec<D, I>
Source§type Output = TensorRank2<D, I, J>
type Output = TensorRank2<D, I, J>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for &TensorRank2<D, I, J>
impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for &TensorRank2<D, I, J>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for TensorRank1Vec<D, I>
Source§type Output = TensorRank2<D, I, J>
type Output = TensorRank2<D, I, J>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for TensorRank2<D, I, J>
impl<const D: usize, const I: usize, const J: usize> Mul<&TensorRank1Vec<D, J>> for TensorRank2<D, I, J>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize> Mul<&f64> for &TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Mul<&f64> for &TensorRank1Vec<D, I>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize> Mul<&f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Mul<&f64> for TensorRank1Vec<D, I>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for &TensorRank1Vec<D, I>
impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for &TensorRank1Vec<D, I>
Source§type Output = TensorRank2<D, I, J>
type Output = TensorRank2<D, I, J>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for &TensorRank2<D, I, J>
impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for &TensorRank2<D, I, J>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for TensorRank1Vec<D, I>
Source§type Output = TensorRank2<D, I, J>
type Output = TensorRank2<D, I, J>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for TensorRank2<D, I, J>
impl<const D: usize, const I: usize, const J: usize> Mul<TensorRank1Vec<D, J>> for TensorRank2<D, I, J>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize> Mul<f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Mul<f64> for TensorRank1Vec<D, I>
Source§type Output = TensorRank1Vec<D, I>
type Output = TensorRank1Vec<D, I>
The resulting type after applying the
*
operator.Source§impl<const D: usize, const I: usize> MulAssign<&f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> MulAssign<&f64> for TensorRank1Vec<D, I>
Source§fn mul_assign(&mut self, tensor_rank_0: &TensorRank0)
fn mul_assign(&mut self, tensor_rank_0: &TensorRank0)
Performs the
*=
operation. Read moreSource§impl<const D: usize, const I: usize> MulAssign<f64> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> MulAssign<f64> for TensorRank1Vec<D, I>
Source§fn mul_assign(&mut self, tensor_rank_0: TensorRank0)
fn mul_assign(&mut self, tensor_rank_0: TensorRank0)
Performs the
*=
operation. Read moreSource§impl<const D: usize, const I: usize> Sub<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Sub<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
Source§impl<const D: usize, const I: usize> SubAssign<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> SubAssign<&TensorRank1Vec<D, I>> for TensorRank1Vec<D, I>
Source§fn sub_assign(&mut self, tensor_rank_1_vec: &Self)
fn sub_assign(&mut self, tensor_rank_1_vec: &Self)
Performs the
-=
operation. Read moreSource§impl<const D: usize, const I: usize> SubAssign for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> SubAssign for TensorRank1Vec<D, I>
Source§fn sub_assign(&mut self, tensor_rank_1_vec: Self)
fn sub_assign(&mut self, tensor_rank_1_vec: Self)
Performs the
-=
operation. Read moreSource§impl<const D: usize, const I: usize> Tensor for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Tensor for TensorRank1Vec<D, I>
Source§type Item = TensorRank1<D, I>
type Item = TensorRank1<D, I>
The type of item encountered when iterating over the tensor.
Source§fn get_at(&self, indices: &[usize]) -> &TensorRank0
fn get_at(&self, indices: &[usize]) -> &TensorRank0
Returns a reference to the entry at the specified indices.
Source§fn get_at_mut(&mut self, indices: &[usize]) -> &mut TensorRank0
fn get_at_mut(&mut self, indices: &[usize]) -> &mut TensorRank0
Returns a mutable reference to the entry at the specified indices.
Source§fn iter_mut(&mut self) -> impl Iterator<Item = &mut Self::Item>
fn iter_mut(&mut self) -> impl Iterator<Item = &mut Self::Item>
Returns an iterator that allows modifying each value. Read more
Source§fn full_contraction(&self, tensor: &Self) -> TensorRank0
fn full_contraction(&self, tensor: &Self) -> TensorRank0
Returns the full contraction with another tensor.
Source§fn norm(&self) -> TensorRank0
fn norm(&self) -> TensorRank0
Returns the tensor norm.
Source§fn norm_squared(&self) -> TensorRank0
fn norm_squared(&self) -> TensorRank0
Returns the tensor norm squared.
Source§fn normalized(self) -> Self
fn normalized(self) -> Self
Returns the tensor normalized.
Source§impl<const D: usize, const I: usize> TensorVec for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> TensorVec for TensorRank1Vec<D, I>
Source§type Item = TensorRank1<D, I>
type Item = TensorRank1<D, I>
The type of item encountered when iterating over the tensor.
Source§fn append(&mut self, other: &mut Self)
fn append(&mut self, other: &mut Self)
Moves all the items of other into self, leaving other empty.
Auto Trait Implementations§
impl<const D: usize, const I: usize> Freeze for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> RefUnwindSafe for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Send for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Sync for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> Unpin for TensorRank1Vec<D, I>
impl<const D: usize, const I: usize> UnwindSafe for TensorRank1Vec<D, I>
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