Go to the source code of this file.
|
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) |
|