[][src]Struct bacon_sci::ivp::AdamsInfo

pub struct AdamsInfo<N: ComplexField, S: DimName> where
    DefaultAllocator: Allocator<N, S>, 
{ /* fields omitted */ }

Provides an IVPSolver implementation for AdamsSolver, based on the predictor and correctorr coefficients. It is up to the AdamsSolver to set up AdamsInfo with the correct coefficients.

Implementations

impl<N: ComplexField, S: DimName> AdamsInfo<N, S> where
    DefaultAllocator: Allocator<N, S>, 
[src]

pub fn new() -> Self[src]

Trait Implementations

impl<N: Clone + ComplexField, S: Clone + DimName> Clone for AdamsInfo<N, S> where
    DefaultAllocator: Allocator<N, S>,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone,
    N::RealField: Clone
[src]

impl<N: Debug + ComplexField, S: Debug + DimName> Debug for AdamsInfo<N, S> where
    DefaultAllocator: Allocator<N, S>,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug,
    N::RealField: Debug
[src]

impl<N: ComplexField, S: DimName> Default for AdamsInfo<N, S> where
    DefaultAllocator: Allocator<N, S>, 
[src]

impl<N: ComplexField, S: DimName> From<Adams<N, S>> for AdamsInfo<N, S> where
    DefaultAllocator: Allocator<N, S>, 
[src]

impl<N: ComplexField, S: DimName> IVPSolver<N, S> for AdamsInfo<N, S> where
    DefaultAllocator: Allocator<N, S>, 
[src]

Auto Trait Implementations

impl<N, S> !RefUnwindSafe for AdamsInfo<N, S>[src]

impl<N, S> !Send for AdamsInfo<N, S>[src]

impl<N, S> !Sync for AdamsInfo<N, S>[src]

impl<N, S> !Unpin for AdamsInfo<N, S>[src]

impl<N, S> !UnwindSafe for AdamsInfo<N, S>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,