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

pub trait RkConst where
    Self: Copy + Sized
{ const _05: Self; const A_RK: [Self; 2]; }

Trait that defines the constants used in the Rk solver.

Associated Constants

const _05: Self

0.5 constant

const A_RK: [Self; 2]

A

Loading content...

Implementations on Foreign Types

impl RkConst for f32[src]

impl RkConst for f64[src]

Loading content...

Implementors

Loading content...