[][src]Trait automatica::linear_system::solver::RadauConst

pub trait RadauConst where
    Self: Copy + Sized
{ const RADAU_A: [Self; 4]; const RADAU_B: [Self; 2]; const RADAU_C: [Self; 2]; const RADAU_ABS_TOL: Self; }

Trait that defines the constants used in the Radau solver.

Associated Constants

const RADAU_A: [Self; 4]

A

const RADAU_B: [Self; 2]

B

const RADAU_C: [Self; 2]

C

const RADAU_ABS_TOL: Self

Absolute tolerance for equality comparisons.

Loading content...

Implementations on Foreign Types

impl RadauConst for f32[src]

impl RadauConst for f64[src]

Loading content...

Implementors

Loading content...