QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
Loading...
Searching...
No Matches
SVD Class Reference

Singular value decomposition. More...

#include <ql/math/matrixutilities/svd.hpp>

Public Member Functions

 SVD (const Matrix &)
const MatrixU () const
const MatrixV () const
const ArraysingularValues () const
Matrix S () const
Real norm2 () const
Real cond () const
Size rank () const
Array solveFor (const Array &) const

Detailed Description

Singular value decomposition.

Refer to Golub and Van Loan: Matrix computation, The Johns Hopkins University Press

Tests
the correctness of the returned values is tested by checking their properties.