Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 3 of file tutoRowsAndCols.cpp.
4{
7 4, 3, 1, 3, 2, 4,
8 1, 3, 4, 2, 1, 4,
9 2, 3, 1, 4, 3, 2;
12 A.sub(
B.rows(),
B.cols()) =
B;
16}
#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::SliceVisitorSelector< Derived, hidden::MeanVisitor, Arrays::by_col_ >::type_result meanByCol(Derived const &A)
References _T, STK::meanByCol(), STK::ICArray< Derived >::row(), stk_cout, and STK::ICArray< Derived >::sub().