4int main(
int argc,
char** argv)
17 stk_cout <<
"i= " << i <<
", j= " << j <<
_T(
"\n");
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
This file include all the header files of the STK++ project.
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
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...
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)