Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 4 of file tutoQr.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;
21 stk_cout <<
_T(
"\nlapack QR decomposition:\n");
22 stk_cout <<
_T(
"--------------------------\n");
30 return 0;
31}
#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...
The class Qr perform the QR decomposition of an ArrayXX.
void applyLeftHouseholderArray(ArrayBase< Lhs > const &M, ArrayBase< Rhs > const &H)
left multiplication by a Householder array.
References _T, STK::applyLeftHouseholderArray(), STK::IQr< Derived >::Q(), STK::IQr< Derived >::R(), STK::IQr< Derived >::run(), and stk_cout.