cache 118 src/secOrd_op_rhs_impl.cpp if(cache[0] == tp.time()) return; cache 122 src/secOrd_op_rhs_impl.cpp cache[0] = t; cache 123 src/secOrd_op_rhs_impl.cpp cache[1] = k * ( 1 - r_t / r_end); cache 124 src/secOrd_op_rhs_impl.cpp cache[2] = 2 * ( alpha * cache[1] + epsilon); cache 125 src/secOrd_op_rhs_impl.cpp cache[3] = delta * exp(-6 * t); cache 140 src/secOrd_op_rhs_impl.h mutable double cache[4];