mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 06:05:32 -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
|