Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 4 of file tutoVisitors.cpp.
5{
7 a << 0, 1,
8 2, 3;
18 return 0;
19}
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
A CArray is a two dimensional array with a continuous storage like a C-array.
Type const maxElt(int &row, int &col) const
Type const minElt(int &row, int &col) const
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
hidden::SliceVisitorSelector< Derived, hidden::CountVisitor, Arrays::by_col_ >::type_result count(Derived const &A)
If A is a row-vector or a column-vector then the function will return the usual count value of the ve...
hidden::SliceVisitorSelector< Derived, hidden::AnyVisitor, Arrays::by_col_ >::type_result any(Derived const &A)
If A is a row-vector or a column-vector then the function will return the usual visitor value of the ...
hidden::SliceVisitorSelector< Derived, hidden::AllVisitor, Arrays::by_col_ >::type_result all(Derived const &A)
If A is a row-vector or a column-vector then the function will return the usual all value of the vect...
References _T, STK::all(), STK::any(), STK::count(), STK::ExprBase< Derived >::maxElt(), STK::ExprBase< Derived >::minElt(), stk_cout, and STK::ExprBase< Derived >::sum().