Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 4 of file tutoReferenceAndMove.cpp.
5{
7 , 1.,2.,3.,4.
8 , 1.,1.,1.,1.
9 , 1.,1.,1.,1.;
10
12 b = -1.;
13 std::cout << "Modified a=\n" << a << "\n";
14
17 std::cout <<
"m= " <<
m;
18 return 0;
19}
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Index sub-vector region: Specialization when the size is unknown.
hidden::FunctorTraits< Derived, MeanOp >::Row mean(Derived const &A)
Compute the mean(s) value(s) of A.
TRange< UnknownSize > Range
References STK::Stat::mean(), STK::IArray2D< Derived >::move(), and STK::IArray2D< Derived >::sub().