Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 4 of file tutoReference.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
16 , 1.,2.,3.,4.
17 , 1.,1.,1.,1.;
18
20 d = -1.;
21 std::cout <<
"Modified c=\n" <<
c;
22 return 0;
23}
specialization for the vector case.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Index sub-vector region: Specialization when the size is unknown.
TRange< UnknownSize > Range
References STK::ICArray< Derived >::col(), and STK::IArray2D< Derived >::sub().