Trait sp_std::iter::Product 1.12.0[−][src]
Trait to represent types that can be created by multiplying elements of an iterator.
This trait is used to implement the product()
method on iterators. Types
which implement the trait can be generated by the product()
method. Like
FromIterator
this trait should rarely be called directly and instead
interacted with through Iterator::product()
.
Required methods
pub fn product<I>(iter: I) -> Self where
I: Iterator<Item = A>,
[src][−]
I: Iterator<Item = A>,
Method which takes an iterator and generates Self
from the elements by
multiplying the items.
Implementations on Foreign Types
impl Product<i16> for i16
[src][−]
impl<'a> Product<&'a i16> for i16
[src][−]
impl<'a> Product<&'a i64> for i64
[src][−]
impl<'a> Product<&'a usize> for usize
[src][−]
impl Product<f64> for f64
[src][−]
impl Product<u16> for u16
[src][−]
impl<'a> Product<&'a f32> for f32
[src][−]
impl Product<u8> for u8
[src][−]
impl<'a> Product<&'a u64> for u64
[src][−]
impl<T, U> Product<Option<U>> for Option<T> where
T: Product<U>,
[src][−]
T: Product<U>,
impl Product<i8> for i8
[src][−]
impl<'a> Product<&'a f64> for f64
[src][−]
impl<'a> Product<&'a i128> for i128
[src][−]
impl<'a> Product<&'a u8> for u8
[src][−]
impl<'a> Product<&'a i32> for i32
[src][−]
impl Product<u32> for u32
[src][−]
impl Product<f32> for f32
[src][−]
impl<'a> Product<&'a u32> for u32
[src][−]
impl Product<u128> for u128
[src][−]
impl<'a> Product<&'a u128> for u128
[src][−]
impl<'a> Product<&'a isize> for isize
[src][−]
impl<'a> Product<&'a u16> for u16
[src][−]
impl Product<i32> for i32
[src][−]
impl<'a> Product<&'a i8> for i8
[src][−]
impl Product<isize> for isize
[src][−]
impl Product<i128> for i128
[src][−]
impl Product<i64> for i64
[src][−]
impl Product<u64> for u64
[src][−]
impl Product<usize> for usize
[src][−]
Implementors
impl Product<Wrapping<i8>> for Wrapping<i8>
1.14.0[src][+]
impl Product<Wrapping<i16>> for Wrapping<i16>
1.14.0[src][+]
impl Product<Wrapping<i32>> for Wrapping<i32>
1.14.0[src][+]
impl Product<Wrapping<i64>> for Wrapping<i64>
1.14.0[src][+]
impl Product<Wrapping<i128>> for Wrapping<i128>
1.14.0[src][+]
impl Product<Wrapping<isize>> for Wrapping<isize>
1.14.0[src][+]
impl Product<Wrapping<u8>> for Wrapping<u8>
1.14.0[src][+]
impl Product<Wrapping<u16>> for Wrapping<u16>
1.14.0[src][+]
impl Product<Wrapping<u32>> for Wrapping<u32>
1.14.0[src][+]
impl Product<Wrapping<u64>> for Wrapping<u64>
1.14.0[src][+]
impl Product<Wrapping<u128>> for Wrapping<u128>
1.14.0[src][+]
impl Product<Wrapping<usize>> for Wrapping<usize>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<i8>> for Wrapping<i8>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<i16>> for Wrapping<i16>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<i32>> for Wrapping<i32>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<i64>> for Wrapping<i64>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<i128>> for Wrapping<i128>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<isize>> for Wrapping<isize>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<u8>> for Wrapping<u8>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<u16>> for Wrapping<u16>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<u32>> for Wrapping<u32>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<u64>> for Wrapping<u64>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<u128>> for Wrapping<u128>
1.14.0[src][+]
impl<'a> Product<&'a Wrapping<usize>> for Wrapping<usize>
1.14.0[src][+]
impl<T, U, E> Product<Result<U, E>> for Result<T, E> where
T: Product<U>,
1.16.0[src][+]
T: Product<U>,
impl<T> Product<T> for Scalar where
T: Borrow<Scalar>,
impl<T> Product<T> for Scalar where
T: Borrow<Scalar>,
impl<N, D: DimName> Product<Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>> for MatrixN<N, D> where
N: Scalar + Zero + One + ClosedMul + ClosedAdd,
DefaultAllocator: Allocator<N, D, D>,
impl<N, D: DimName> Product<Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>> for MatrixN<N, D> where
N: Scalar + Zero + One + ClosedMul + ClosedAdd,
DefaultAllocator: Allocator<N, D, D>,
impl<'a, N, D: DimName> Product<&'a Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>> for MatrixN<N, D> where
N: Scalar + Zero + One + ClosedMul + ClosedAdd,
DefaultAllocator: Allocator<N, D, D>,
impl<'a, N, D: DimName> Product<&'a Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>> for MatrixN<N, D> where
N: Scalar + Zero + One + ClosedMul + ClosedAdd,
DefaultAllocator: Allocator<N, D, D>,
impl<T> Product<T> for BigInt where
BigInt: Mul<T, Output = BigInt>,
impl<T> Product<T> for BigInt where
BigInt: Mul<T, Output = BigInt>,
impl<T> Product<T> for BigUint where
BigUint: Mul<T, Output = BigUint>,
impl<T> Product<T> for BigUint where
BigUint: Mul<T, Output = BigUint>,
impl<T: Num + Clone> Product<Complex<T>> for Complex<T>
impl<T: Num + Clone> Product<Complex<T>> for Complex<T>
impl<'a, T: 'a + Num + Clone> Product<&'a Complex<T>> for Complex<T>
impl<'a, T: 'a + Num + Clone> Product<&'a Complex<T>> for Complex<T>
impl<T: Integer + Clone> Product<Ratio<T>> for Ratio<T>
impl<T: Integer + Clone> Product<Ratio<T>> for Ratio<T>
impl<'a, T: Integer + Clone> Product<&'a Ratio<T>> for Ratio<T>
impl<'a, T: Integer + Clone> Product<&'a Ratio<T>> for Ratio<T>
impl<Frac: LeEqU8> Product<FixedU8<Frac>> for FixedU8<Frac>
impl<Frac: LeEqU8> Product<FixedU8<Frac>> for FixedU8<Frac>
impl<'a, Frac: 'a + LeEqU8> Product<&'a FixedU8<Frac>> for FixedU8<Frac>
impl<'a, Frac: 'a + LeEqU8> Product<&'a FixedU8<Frac>> for FixedU8<Frac>
impl<Frac: LeEqU16> Product<FixedU16<Frac>> for FixedU16<Frac>
impl<Frac: LeEqU16> Product<FixedU16<Frac>> for FixedU16<Frac>
impl<'a, Frac: 'a + LeEqU16> Product<&'a FixedU16<Frac>> for FixedU16<Frac>
impl<'a, Frac: 'a + LeEqU16> Product<&'a FixedU16<Frac>> for FixedU16<Frac>
impl<Frac: LeEqU32> Product<FixedU32<Frac>> for FixedU32<Frac>
impl<Frac: LeEqU32> Product<FixedU32<Frac>> for FixedU32<Frac>
impl<'a, Frac: 'a + LeEqU32> Product<&'a FixedU32<Frac>> for FixedU32<Frac>
impl<'a, Frac: 'a + LeEqU32> Product<&'a FixedU32<Frac>> for FixedU32<Frac>
impl<Frac: LeEqU64> Product<FixedU64<Frac>> for FixedU64<Frac>
impl<Frac: LeEqU64> Product<FixedU64<Frac>> for FixedU64<Frac>
impl<'a, Frac: 'a + LeEqU64> Product<&'a FixedU64<Frac>> for FixedU64<Frac>
impl<'a, Frac: 'a + LeEqU64> Product<&'a FixedU64<Frac>> for FixedU64<Frac>
impl<Frac: LeEqU128> Product<FixedU128<Frac>> for FixedU128<Frac>
impl<Frac: LeEqU128> Product<FixedU128<Frac>> for FixedU128<Frac>
impl<'a, Frac: 'a + LeEqU128> Product<&'a FixedU128<Frac>> for FixedU128<Frac>
impl<'a, Frac: 'a + LeEqU128> Product<&'a FixedU128<Frac>> for FixedU128<Frac>
impl<Frac: LeEqU8> Product<FixedI8<Frac>> for FixedI8<Frac>
impl<Frac: LeEqU8> Product<FixedI8<Frac>> for FixedI8<Frac>
impl<'a, Frac: 'a + LeEqU8> Product<&'a FixedI8<Frac>> for FixedI8<Frac>
impl<'a, Frac: 'a + LeEqU8> Product<&'a FixedI8<Frac>> for FixedI8<Frac>
impl<Frac: LeEqU16> Product<FixedI16<Frac>> for FixedI16<Frac>
impl<Frac: LeEqU16> Product<FixedI16<Frac>> for FixedI16<Frac>
impl<'a, Frac: 'a + LeEqU16> Product<&'a FixedI16<Frac>> for FixedI16<Frac>
impl<'a, Frac: 'a + LeEqU16> Product<&'a FixedI16<Frac>> for FixedI16<Frac>
impl<Frac: LeEqU32> Product<FixedI32<Frac>> for FixedI32<Frac>
impl<Frac: LeEqU32> Product<FixedI32<Frac>> for FixedI32<Frac>
impl<'a, Frac: 'a + LeEqU32> Product<&'a FixedI32<Frac>> for FixedI32<Frac>
impl<'a, Frac: 'a + LeEqU32> Product<&'a FixedI32<Frac>> for FixedI32<Frac>
impl<Frac: LeEqU64> Product<FixedI64<Frac>> for FixedI64<Frac>
impl<Frac: LeEqU64> Product<FixedI64<Frac>> for FixedI64<Frac>
impl<'a, Frac: 'a + LeEqU64> Product<&'a FixedI64<Frac>> for FixedI64<Frac>
impl<'a, Frac: 'a + LeEqU64> Product<&'a FixedI64<Frac>> for FixedI64<Frac>
impl<Frac: LeEqU128> Product<FixedI128<Frac>> for FixedI128<Frac>
impl<Frac: LeEqU128> Product<FixedI128<Frac>> for FixedI128<Frac>
impl<'a, Frac: 'a + LeEqU128> Product<&'a FixedI128<Frac>> for FixedI128<Frac>
impl<'a, Frac: 'a + LeEqU128> Product<&'a FixedI128<Frac>> for FixedI128<Frac>
impl<F: Fixed> Product<Wrapping<F>> for Wrapping<F>
impl<F: Fixed> Product<Wrapping<F>> for Wrapping<F>
impl<'a, F: 'a + Fixed> Product<&'a Wrapping<F>> for Wrapping<F>
impl<'a, F: 'a + Fixed> Product<&'a Wrapping<F>> for Wrapping<F>