U (3) Linux Manual Page
QuantLib::SVD – Singular value decomposition. Synopsis#include <ql/math/matrixutilities/svd.hpp> Public Member FunctionsSVD (const Matrix &) const Matrix & U () const const Matrix & V () const const Array & singularValues () const Disposable< Matrix > S () const Real norm2 () Real cond () Integer rank () Disposable< Array > solveFor (const Array &) const Detailed…
