ANIMA  4.0
Namespaces | Functions
animaQRDecomposition.hxx File Reference
#include "animaQRDecomposition.h"
#include <animaVectorOperations.h>
#include <limits>
+ Include dependency graph for animaQRDecomposition.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 anima
 

Functions

template<typename ScalarType >
void anima::GetQMatrixQRPivotDecomposition (vnl_matrix< ScalarType > &qrMatrix, std::vector< ScalarType > &houseBetaValues, vnl_matrix< ScalarType > &qMatrix, unsigned int rank)
 
template<typename ScalarType >
void anima::GetQtBFromQRPivotDecomposition (vnl_matrix< ScalarType > &qrMatrix, vnl_vector< ScalarType > &bVector, std::vector< ScalarType > &houseBetaValues, unsigned int rank)
 
template<typename ScalarType >
void anima::QRGivensDecomposition (vnl_matrix< ScalarType > &aMatrix, vnl_vector< ScalarType > &bVector)
 
template<typename ScalarType >
void anima::QRPivotDecomposition (vnl_matrix< ScalarType > &aMatrix, std::vector< unsigned int > &pivotVector, std::vector< ScalarType > &houseBetaValues, unsigned int &rank)