4int main(
int argc,
char** argv)
12 stk_cout <<
"lapack QR decomposition:\n";
#define stk_cout
Standard stk output stream.
This file include all the header files of the STK++ project.
Define the constant point.
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.
void eraseCol(int pos)
Delete the column pos and update the QR decomposition.
void insertCol(ColVector_ const &T, int pos)
Add a column with value T at the position pos and update the QR decomposition.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)