QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Functions
qrdecomposition.hpp File Reference

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...
 

Detailed Description

QR decomposition.

Definition in file qrdecomposition.hpp.