3int main(
int argc,
char *argv[])
14 A.
col(2) = A.
col(1).square();
15 A.
col(3) = A.
col(1).cube();
19 A.
col(5) = A.
col(4).square();
#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 const &n=1)
Insert n elements at the position pos of the container.
TransposeOperator< Derived > const transpose() const
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 pushFrontCols(int n=1)
Insert n columns at the beginning of the array.
void insertCols(int pos, int n=1)
Insert n columns at the index pos to the array.
void pushBackCols(int n=1)
Add n columns at the end of the array.
Col col(int j) const
access to a part 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[])