Skip to main content

exponential_decay_problem

Function exponential_decay_problem 

Source
pub fn exponential_decay_problem<M: Matrix + 'static>(
    use_coloring: bool,
) -> (OdeSolverProblem<impl OdeEquationsImplicit<M = M, V = M::V, T = M::T, C = M::C>>, OdeSolverSolution<M::V>)