|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
QR decomposition. More...
#include <ql/math/matrix.hpp>Go to the source code of this file.
Namespaces | |
| namespace | QuantLib |
Functions | |
| std::vector< Size > | qrDecomposition (const Matrix &A, Matrix &q, Matrix &r, bool pivot=true) |
| QR decompoisition. More... | |
| Array | qrSolve (const Matrix &a, const Array &b, bool pivot=true, const Array &d=Array()) |
| QR Solve. More... | |
QR decomposition.
Definition in file qrdecomposition.hpp.