Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 4 of file tutoSvd.cpp.
5{
7 a << 0, 1, 2, 3,
8 2, 3, 4, 5,
9 2, 1, 6, 7,
10 0, 3,-1, 2,
11 3,-1, 1, 1;
18 stk_cout << s.U()*s.D()*s.V().transpose();
19 stk_cout <<
_T(
"\nlapack Svd decomposition:\n");
20 stk_cout <<
_T(
"---------------------------\n");
26 return 0;
27}
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
virtual bool run()
run the computations.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
References _T, STK::ISvd< Derived >::D(), STK::ISvd< Derived >::run(), stk_cout, STK::ISvd< Derived >::U(), and STK::ISvd< Derived >::V().