QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
HouseholderTransformation Class Reference

#include <householder.hpp>

+ Collaboration diagram for HouseholderTransformation:

Public Member Functions

 HouseholderTransformation (Array v)
 
Matrix getMatrix () const
 
Array operator() (const Array &x) const
 

Private Attributes

const Array v_
 

Detailed Description

References: https://en.wikipedia.org/wiki/Householder_transformation

Definition at line 35 of file householder.hpp.

Constructor & Destructor Documentation

◆ HouseholderTransformation()

Definition at line 24 of file householder.cpp.

Member Function Documentation

◆ getMatrix()

Matrix getMatrix ( ) const

Definition at line 32 of file householder.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator()()

Array operator() ( const Array x) const

Definition at line 28 of file householder.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ v_

const Array v_
private

Definition at line 43 of file householder.hpp.