3int main(
int argc,
char *argv[])
14 A.
row(2) = A.
row(1).square();
15 A.
row(3) = A.
row(1).cube();
19 A.
row(5) = A.
row(4).square();
20 A.
row(6) = A.
row(4).cube();
23 PointX B(4); B << 1, 3, 5, 6;
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
This file include all the header files of the STK++ project.
void insertElt(int pos, int n=1)
Insert n elts at the position pos of the container.
Derived & rand(Law::IUnivLaw< Type > const &law)
set random values to this using a distribution law given by the user.
Define the constant point.
void pushBackRows(int n=1)
Add n rows to the array.
Row row(int i) const
access to a part of a row.
void pushFrontRows(int n=1)
Insert n rows in front of the array.
void insertRows(int pos, int n=1)
Insert n rows at position pos in the array If pos is outside the range of a column,...
The namespace STK is the main domain space of the Statistical ToolKit project.
TRange< UnknownSize > Range
int main(int argc, char *argv[])