pub struct Mumford {
pub u: Vec<BigInt>,
pub v: Vec<BigInt>,
}Expand description
A divisor class in Jac(C) in Mumford form (u, v).
Fields§
§u: Vec<BigInt>§v: Vec<BigInt>Trait Implementations§
impl Eq for Mumford
impl StructuralPartialEq for Mumford
Auto Trait Implementations§
impl Freeze for Mumford
impl RefUnwindSafe for Mumford
impl Send for Mumford
impl Sync for Mumford
impl Unpin for Mumford
impl UnsafeUnpin for Mumford
impl UnwindSafe for Mumford
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more