ultimatepp/bazaar/STEM4U/Utility.h
koldo d7edb6f573 STEM4U: Added R2 and improved Sundials functions
git-svn-id: svn://ultimatepp.org/upp/trunk@14666 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-08 17:28:04 +00:00

10 lines
186 B
C++

#ifndef _STEM4U_utility_h_
#define _STEM4U_utility_h_
namespace Upp {
double R2(const Eigen::VectorXd &serie, const Eigen::VectorXd &serie0, double mean = Null);
}
#endif