Struct algebra::algebra::milnor_algebra::Matrix2D
source · struct Matrix2D {
cols: usize,
inner: PPart,
-}
Fields§
§cols: usize
§inner: PPart
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Matrix2D
impl RefUnwindSafe for Matrix2D
impl Send for Matrix2D
impl Sync for Matrix2D
impl Unpin for Matrix2D
impl UnwindSafe for Matrix2D
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§cols: usize
§inner: PPart
Implementations§
Trait Implementations§
Auto Trait Implementations§
§impl Freeze for Matrix2D
§impl RefUnwindSafe for Matrix2D
§impl Send for Matrix2D
§impl Sync for Matrix2D
§impl Unpin for Matrix2D
§impl UnwindSafe for Matrix2D
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html b/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html
index 545f59bcc..3412cd871 100644
--- a/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html
+++ b/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html
@@ -26,7 +26,7 @@
Enum algebra::algebra::steenrod_algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
source§impl Copy for AlgebraType
source§impl Eq for AlgebraType
source§impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
§impl Freeze for AlgebraType
§impl RefUnwindSafe for AlgebraType
§impl Send for AlgebraType
§impl Sync for AlgebraType
§impl Unpin for AlgebraType
§impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/enum.AlgebraType.html b/docs/algebra/enum.AlgebraType.html
index 8171277f7..880be18da 100644
--- a/docs/algebra/enum.AlgebraType.html
+++ b/docs/algebra/enum.AlgebraType.html
@@ -26,7 +26,7 @@
Enum algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
source§impl Copy for AlgebraType
source§impl Eq for AlgebraType
source§impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
§impl Freeze for AlgebraType
§impl RefUnwindSafe for AlgebraType
§impl Send for AlgebraType
§impl Sync for AlgebraType
§impl Unpin for AlgebraType
§impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
index 6d059f2f3..dfd003014 100644
--- a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
impl<T> Any for Twhere
+}Fields§
§cols: usize
§inner: PPart
Implementations§
Trait Implementations§
Auto Trait Implementations§
§impl Freeze for Matrix2D
§impl RefUnwindSafe for Matrix2D
§impl Send for Matrix2D
§impl Sync for Matrix2D
§impl Unpin for Matrix2D
§impl UnwindSafe for Matrix2D
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html b/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html
index 545f59bcc..3412cd871 100644
--- a/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html
+++ b/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html
@@ -26,7 +26,7 @@
Enum algebra::algebra::steenrod_algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
source§impl Copy for AlgebraType
source§impl Eq for AlgebraType
source§impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
§impl Freeze for AlgebraType
§impl RefUnwindSafe for AlgebraType
§impl Send for AlgebraType
§impl Sync for AlgebraType
§impl Unpin for AlgebraType
§impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/enum.AlgebraType.html b/docs/algebra/enum.AlgebraType.html
index 8171277f7..880be18da 100644
--- a/docs/algebra/enum.AlgebraType.html
+++ b/docs/algebra/enum.AlgebraType.html
@@ -26,7 +26,7 @@
Enum algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
source§impl Copy for AlgebraType
source§impl Eq for AlgebraType
source§impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
§impl Freeze for AlgebraType
§impl RefUnwindSafe for AlgebraType
§impl Send for AlgebraType
§impl Sync for AlgebraType
§impl Unpin for AlgebraType
§impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
index 6d059f2f3..dfd003014 100644
--- a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
Fields§
§cols: usize
§inner: PPart
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Matrix2D
impl RefUnwindSafe for Matrix2D
impl Send for Matrix2D
impl Sync for Matrix2D
impl Unpin for Matrix2D
impl UnwindSafe for Matrix2D
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
source§impl<T> From<T> for T
impl<T> From<T> for T
source§fn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html b/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html index 545f59bcc..3412cd871 100644 --- a/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html +++ b/docs/algebra/algebra/steenrod_algebra/enum.AlgebraType.html @@ -26,7 +26,7 @@Enum algebra::algebra::steenrod_algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
fn clone(&self) -> AlgebraType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AlgebraType
impl Debug for AlgebraType
source§impl Display for AlgebraType
impl Display for AlgebraType
source§impl FromStr for AlgebraType
impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
fn eq(&self, other: &AlgebraType) -> bool
self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
fn clone(&self) -> AlgebraType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AlgebraType
impl Debug for AlgebraType
source§impl Display for AlgebraType
impl Display for AlgebraType
source§impl FromStr for AlgebraType
impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
fn eq(&self, other: &AlgebraType) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
impl TryFrom<&str> for AlgebraType
impl Copy for AlgebraType
impl Eq for AlgebraType
impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
impl Freeze for AlgebraType
impl RefUnwindSafe for AlgebraType
impl Send for AlgebraType
impl Sync for AlgebraType
impl Unpin for AlgebraType
impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/enum.AlgebraType.html b/docs/algebra/enum.AlgebraType.html
index 8171277f7..880be18da 100644
--- a/docs/algebra/enum.AlgebraType.html
+++ b/docs/algebra/enum.AlgebraType.html
@@ -26,7 +26,7 @@
Enum algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
source§impl Copy for AlgebraType
source§impl Eq for AlgebraType
source§impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
§impl Freeze for AlgebraType
§impl RefUnwindSafe for AlgebraType
§impl Send for AlgebraType
§impl Sync for AlgebraType
§impl Unpin for AlgebraType
§impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
index 6d059f2f3..dfd003014 100644
--- a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/enum.AlgebraType.html b/docs/algebra/enum.AlgebraType.html
index 8171277f7..880be18da 100644
--- a/docs/algebra/enum.AlgebraType.html
+++ b/docs/algebra/enum.AlgebraType.html
@@ -26,7 +26,7 @@
Enum algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read moresource§impl Debug for AlgebraType
source§impl Display for AlgebraType
source§impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
source§impl Copy for AlgebraType
source§impl Eq for AlgebraType
source§impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
§impl Freeze for AlgebraType
§impl RefUnwindSafe for AlgebraType
§impl Send for AlgebraType
§impl Sync for AlgebraType
§impl Unpin for AlgebraType
§impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
index 6d059f2f3..dfd003014 100644
--- a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
Enum algebra::AlgebraType
source · pub enum AlgebraType {
Adem,
Milnor,
-}
Variants§
Trait Implementations§
source§impl Clone for AlgebraType
impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
fn clone(&self) -> AlgebraType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AlgebraType
impl Debug for AlgebraType
source§impl Display for AlgebraType
impl Display for AlgebraType
source§impl FromStr for AlgebraType
impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
fn eq(&self, other: &AlgebraType) -> bool
self
and other
values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Clone for AlgebraType
impl Clone for AlgebraType
source§fn clone(&self) -> AlgebraType
fn clone(&self) -> AlgebraType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AlgebraType
impl Debug for AlgebraType
source§impl Display for AlgebraType
impl Display for AlgebraType
source§impl FromStr for AlgebraType
impl FromStr for AlgebraType
source§impl PartialEq for AlgebraType
impl PartialEq for AlgebraType
source§fn eq(&self, other: &AlgebraType) -> bool
fn eq(&self, other: &AlgebraType) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for AlgebraType
impl TryFrom<&str> for AlgebraType
impl Copy for AlgebraType
impl Eq for AlgebraType
impl StructuralPartialEq for AlgebraType
Auto Trait Implementations§
impl Freeze for AlgebraType
impl RefUnwindSafe for AlgebraType
impl Send for AlgebraType
impl Sync for AlgebraType
impl Unpin for AlgebraType
impl UnwindSafe for AlgebraType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
index 6d059f2f3..dfd003014 100644
--- a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
impl<T> Borrow<T> for Twhere
diff --git a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
index 6d059f2f3..dfd003014 100644
--- a/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/module_trait/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
Struct algebra::module::module_trait::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ModuleFailedRelationError
impl RefUnwindSafe for ModuleFailedRelationError
impl Send for ModuleFailedRelationError
impl Sync for ModuleFailedRelationError
impl Unpin for ModuleFailedRelationError
impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html
index fdd77d175..3e1c2806f 100644
--- a/docs/algebra/module/struct.ModuleFailedRelationError.html
+++ b/docs/algebra/module/struct.ModuleFailedRelationError.html
@@ -26,7 +26,7 @@
Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ModuleFailedRelationError
impl RefUnwindSafe for ModuleFailedRelationError
impl Send for ModuleFailedRelationError
impl Sync for ModuleFailedRelationError
impl Unpin for ModuleFailedRelationError
impl UnwindSafe for ModuleFailedRelationError
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
source§impl<T> From<T> for T
impl<T> From<T> for T
source§fn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/algebra/module/struct.ModuleFailedRelationError.html b/docs/algebra/module/struct.ModuleFailedRelationError.html index fdd77d175..3e1c2806f 100644 --- a/docs/algebra/module/struct.ModuleFailedRelationError.html +++ b/docs/algebra/module/struct.ModuleFailedRelationError.html @@ -26,7 +26,7 @@Struct algebra::module::ModuleFailedRelationError
source · pub struct ModuleFailedRelationError {
pub relation: String,
pub value: String,
-}
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ModuleFailedRelationError
impl RefUnwindSafe for ModuleFailedRelationError
impl Send for ModuleFailedRelationError
impl Sync for ModuleFailedRelationError
impl Unpin for ModuleFailedRelationError
impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
impl<T> Any for Twhere
+}Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ModuleFailedRelationError
§impl RefUnwindSafe for ModuleFailedRelationError
§impl Send for ModuleFailedRelationError
§impl Sync for ModuleFailedRelationError
§impl Unpin for ModuleFailedRelationError
§impl UnwindSafe for ModuleFailedRelationError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read moresource§impl<T> From<T> for T
source§fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html
index a0440a16f..687037534 100644
--- a/docs/fp/all.html
+++ b/docs/fp/all.html
@@ -23,4 +23,4 @@
});
-List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD
Fields§
§relation: String
§value: String
Trait Implementations§
source§impl Debug for ModuleFailedRelationError
impl Debug for ModuleFailedRelationError
source§impl Display for ModuleFailedRelationError
impl Display for ModuleFailedRelationError
source§impl Error for ModuleFailedRelationError
impl Error for ModuleFailedRelationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ModuleFailedRelationError
impl RefUnwindSafe for ModuleFailedRelationError
impl Send for ModuleFailedRelationError
impl Sync for ModuleFailedRelationError
impl Unpin for ModuleFailedRelationError
impl UnwindSafe for ModuleFailedRelationError
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
source§impl<T> From<T> for T
impl<T> From<T> for T
source§fn from(t: T) -> T
fn from(t: T) -> T
Returns the argument unchanged.
diff --git a/docs/fp/all.html b/docs/fp/all.html index a0440a16f..687037534 100644 --- a/docs/fp/all.html +++ b/docs/fp/all.html @@ -23,4 +23,4 @@ }); -List of all items
Structs
- field::element::FieldElement
- field::field_internal::LimbIterator
- field::fp::Fp
- field::smallfq::SmallFq
- field::smallfq::SmallFqElement
- limb::LimbBitIndexPair
- matrix::AffineSubspace
- matrix::AugmentedMatrix
- matrix::Matrix
- matrix::MatrixSliceMut
- matrix::QuasiInverse
- matrix::Subquotient
- matrix::Subspace
- matrix::affine::AffineSubspace
- matrix::m4ri::M4riTable
- matrix::matrix_inner::AugmentedMatrix
- matrix::matrix_inner::Matrix
- matrix::matrix_inner::MatrixSliceMut
- matrix::quasi_inverse::QuasiInverse
- matrix::subquotient::Subquotient
- matrix::subspace::Subspace
- prime::iter::BinomialIterator
- prime::iter::BitflagIterator
- prime::primes_generic::P2
- prime::primes_generic::P3
- prime::primes_generic::P5
- prime::primes_generic::P7
- prime::primes_generic::ValidPrime
- vector::inner::FqSlice
- vector::inner::FqSliceMut
- vector::inner::FqVector
- vector::iter::FqVectorIterator
- vector::iter::FqVectorNonZeroIterator
Enums
- prime::PrimeError
- vector::FpSlice
- vector::FpSliceMut
- vector::FpVector
- vector::FpVectorIterator
- vector::FpVectorNonZeroIterator
- vector::fp_wrapper::FpSlice
- vector::fp_wrapper::FpSliceMut
- vector::fp_wrapper::FpVector
- vector::fp_wrapper::FpVectorIterator
- vector::fp_wrapper::FpVectorNonZeroIterator
Traits
- MaybeArbitrary
- field::Field
- field::element::FieldElementContainer
- field::field_internal::FieldInternal
- prime::Prime
- prime::binomial::Binomial
Macros
- const_for
- constants::populate_binomial_table
- field::element::impl_arith
- field::field_internal::normal_from_assign
- prime::binomial::impl_binomial
- prime::def_prime_static
- prime::impl_op_pn_u32
- prime::impl_prime_ops
- prime::impl_try_from
- vector::fp_wrapper::macros_generic::dispatch_struct
- vector::fp_wrapper::macros_generic::dispatch_vector
- vector::fp_wrapper::macros_generic::dispatch_vector_inner
- vector::fp_wrapper::macros_generic::impl_from
- vector::fp_wrapper::macros_generic::impl_from_inner
- vector::fp_wrapper::macros_generic::impl_try_into
- vector::fp_wrapper::macros_generic::impl_try_into_inner
- vector::fp_wrapper::macros_generic::use_primes
Functions
- field::smallfq::make_zech_log_table
- field::smallfq::mul_by_a
- field::smallfq::zech_logs
- limb::sign_rule
- prime::binomial::direct_binomial
- prime::factor_pk
- prime::inverse
- prime::iter::combinations
- prime::log2
- prime::logp
- prime::minus_one_to_the_n
- prime::power_mod
- prime::primes_generic::is_prime
- simd::add_simd
- simd::x86_64::load
- simd::x86_64::store
- simd::x86_64::xor
Type Aliases
Statics
Constants
- MAX_MULTINOMIAL_LEN
- NUM_PRIMES
- ODD_PRIMES
- PRIMES
- PRIME_TO_INDEX_MAP
- constants::BINOMIAL4_TABLE
- constants::BINOMIAL4_TABLE_SIZE
- constants::BITS_PER_LIMB
- constants::BYTES_PER_LIMB
- constants::INVERSE_TABLE
- constants::MAX_MULTINOMIAL_LEN
- constants::MAX_PRIME
- constants::NOT_A_PRIME
- constants::NUM_PRIMES
- constants::PRIMES
- constants::PRIME_TO_INDEX_MAP
- field::fp::F2
- field::fp::F3
- field::fp::F5
- field::fp::F7
- prime::TWO
- prime::primes_generic::fp::F2
- prime::primes_generic::fp::F3
- prime::primes_generic::fp::F5
- prime::primes_generic::fp::F7
- simd::LIMBS_PER_SIMD