mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-21 22:04:06 -06:00
10 lines
186 B
C++
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
|