SVD Class Reference

#include <svd.hpp>

List of all members.


Detailed Description

Singular Value Decomposition.

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


Public Member Functions

 SVD (const Matrix &Arg)
void getU (Matrix &A) const
void getV (Matrix &A) const
void getSingularValues (Array &x) const
void getS (Matrix &S) const
double norm2 ()
double cond ()
int rank ()


The documentation for this class was generated from the following files:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen