24#ifndef quantlib_qr_decomposition_hpp
25#define quantlib_qr_decomposition_hpp
75 const Array&
d = Array());
ext::function< Real(Real)> b
matrix used in linear algebra.
Array qrSolve(const Matrix &a, const Array &b, bool pivot, const Array &d)
QR Solve.
std::vector< Size > qrDecomposition(const Matrix &M, Matrix &q, Matrix &r, bool pivot)
QR decompoisition.
ext::shared_ptr< YieldTermStructure > q
ext::shared_ptr< YieldTermStructure > r