static void elyap(latoomutalpha_struct *latoomutalpha) { double results[M_var_count]; int i; if (lyapunov_full((void *) latoomutalpha, (t_gotfn) calc, M_var_count, latoomutalpha -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(base3_struct *base3) { double results[M_var_count]; int i; if (lyapunov_full((void *) base3, (t_gotfn) calc, M_var_count, base3 -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(dejong_struct *dejong) { double results[M_var_count]; int i; if (lyapunov_full((void *) dejong, (t_gotfn) calc, M_var_count, dejong -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(mlogistic_struct *mlogistic) { double results[M_var_count]; int i; if (lyapunov_full((void *) mlogistic, (t_gotfn) calc, M_var_count, mlogistic -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(rossler_struct *rossler) { double results[M_var_count]; int i; if (lyapunov_full((void *) rossler, (t_gotfn) calc, M_var_count, rossler -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(three_d_struct *three_d) { double results[M_var_count]; int i; if (lyapunov_full((void *) three_d, (t_gotfn) calc, M_var_count, three_d -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(popcorn_struct *popcorn) { double results[M_var_count]; int i; if (lyapunov_full((void *) popcorn, (t_gotfn) calc, M_var_count, popcorn -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }
static void elyap(strange1_struct *strange1) { double results[M_var_count]; int i; if (lyapunov_full((void *) strange1, (t_gotfn) calc, M_var_count, strange1 -> vars, results) != NULL) { post("elyapunov:"); for(i = 0; i < M_var_count; i++) { post("%d: %3.80f", i, results[i]); } } }