3int main(
int argc,
char** argv)
6 std::cout <<
"b=\n" << b;
8 std::cout <<
"b=\n" << b <<
"\n";
9 ArrayXX a(3, 4); a << 1.,2.,3.,4.
12 std::cout <<
"a=\n" << a;
16 std::cout <<
"a=\n" << a;
This file include all the header files of the STK++ project.
SubVector sub(Range const &J) const
Col col(int j) const
access to a part of a column.
Row row(int i) const
access to a part of a row.
The namespace STK is the main domain space of the Statistical ToolKit project.
TRange< UnknownSize > Range
int main(int argc, char **argv)