4int main(
int argc,
char** argv)
19 stk_cout <<
_T(
"\nlapack Svd decomposition:\n");
20 stk_cout <<
_T(
"---------------------------\n");
25 stk_cout << ls.
U()*ls.
D().diagonalize()*ls.
V().transpose();
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
This file include all the header files of the STK++ project.
virtual bool run()
implement the run method
The class Svd compute the Singular Value Decomposition of a Array with the Golub-Reinsch Algorithm.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)