cache empty FunctionEntry

This commit is contained in:
Simon Gardling
2022-03-08 09:10:10 -05:00
parent 07aa93046f
commit 9837f51382
3 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
use exmex::prelude::*;
#[derive(Clone)]
pub struct BackingFunction {
function: FlatEx<f64>,
derivative_1: FlatEx<f64>,