Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 3 of file tutoCenteringAnArray.cpp.
4{
8
13
16
21}
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
hidden::FunctorTraits< Derived, MaxOp >::Row max(Derived const &A)
Compute the maximal(s) value(s) of A.
hidden::FunctorTraits< Derived, MeanOp >::Row mean(Derived const &A)
Compute the mean(s) value(s) of A.
hidden::FunctorTraits< Derived, MinOp >::Row min(Derived const &A)
Compute the minimal(s) value(s) of A.
Vector< Real, UnknownSize > VectorX
References _T, STK::ExprBase< Derived >::abs(), STK::Stat::max(), STK::Stat::mean(), STK::Stat::min(), STK::ArrayBase< Derived >::rand(), and stk_cout.