KrisLibrary  1.0.0
Namespaces | Functions
Householder.h File Reference

Functions for householder transformations. More...

#include "VectorTemplate.h"
#include "MatrixTemplate.h"

Go to the source code of this file.

Namespaces

 Math
 Contains all definitions in the Math package.
 

Functions

template<class T >
Math::HouseholderTransform (VectorTemplate< T > &v)
 
template<class T >
void Math::HouseholderPreMultiply (T tau, const VectorTemplate< T > &v, MatrixTemplate< T > &A)
 
template<class T >
void Math::HouseholderPostMultiply (T tau, const VectorTemplate< T > &v, MatrixTemplate< T > &A)
 
template<class T >
void Math::HouseholderApply (T tau, const VectorTemplate< T > &v, VectorTemplate< T > &w)
 
template<class T >
void Math::HouseholderHM1 (T tau, MatrixTemplate< T > &A)
 

Detailed Description

Functions for householder transformations.