|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Singular value decomposition. More...
#include <ql/math/matrixutilities/svd.hpp>
Public Member Functions | |
| SVD (const Matrix &) | |
| const Matrix & | U () const |
| const Matrix & | V () const |
| const Array & | singularValues () const |
| Matrix | S () const |
| Real | norm2 () const |
| Real | cond () const |
| Size | rank () const |
| Array | solveFor (const Array &) const |