3int main(
int argc,
char** argv)
9 std::cout <<
"a=\n" << a;
13 std::cout <<
"b=\n" << b;
19 c= -a - d + 3.; c(2,2) = 5.;
20 std::cout <<
"c=\n" << c;
24 std::cout <<
"e=\n" << e;
28 std::cout <<
"f= " << f;
This file include all the header files of the STK++ project.
template one dimensional horizontal Array.
template two dimensional column (vertically) oriented Array.
declaration of the point case.
specialization for the vector case.
A CArray is a two dimensional array with a continuous storage like a C-array.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)