4int main(
int argc,
char** argv)
21 stk_cout <<
_T(
"\nlapack QR decomposition:\n");
22 stk_cout <<
_T(
"--------------------------\n");
#define stk_cout
Standard stk output stream.
#define _T(x)
Let x unmodified.
This file include all the header files of the STK++ project.
template two dimensional column (vertically) oriented Array.
virtual bool run()
Compute the QR decomposition.
Array const & Q() const
give the matrix Q of the QR decomposition.
ArrayUpperTriangularXX const & R() const
give the matrix R of the QR decomposition.
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.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)