hholder.cpp File Reference
#include "include.h"
#include "newmatap.h"
Include dependency graph for hholder.cpp:

Go to the source code of this file.

#define WANT_MATH
#define REPORT   {}
Real square (Real x)
void QRZT (Matrix &X, LowerTriangularMatrix &L)
void QRZT (const Matrix &X, Matrix &Y, Matrix &M)
void QRZ (Matrix &X, UpperTriangularMatrix &U)
void QRZ (const Matrix &X, Matrix &Y, Matrix &M)
void updateQRZT (Matrix &X, LowerTriangularMatrix &L)
void updateQRZ (Matrix &X, UpperTriangularMatrix &U)
void extend_orthonormal (Matrix &A, int n)

Detailed Description

QR related decompositions QRZ, QRZT decompositions QR update and extend orthogonal functions

Definition in file hholder.cpp.


Define Documentation

#define REPORT   {}

Definition at line 25 of file hholder.cpp.

#define WANT_MATH

Definition at line 11 of file hholder.cpp.


Function Documentation

void extend_orthonormal ( Matrix &  A,
int  n 
)

Definition at line 341 of file hholder.cpp.

void QRZ ( Matrix &  X,
UpperTriangularMatrix &  U 
)

Definition at line 117 of file hholder.cpp.

void QRZ ( const Matrix &  X,
Matrix &  Y,
Matrix &  M 
)

Definition at line 169 of file hholder.cpp.

void QRZT ( Matrix &  X,
LowerTriangularMatrix &  L 
)

Definition at line 33 of file hholder.cpp.

void QRZT ( const Matrix &  X,
Matrix &  Y,
Matrix &  M 
)

Definition at line 66 of file hholder.cpp.

Real square ( Real  x) [inline]

Definition at line 31 of file hholder.cpp.

void updateQRZ ( Matrix &  X,
UpperTriangularMatrix &  U 
)

Definition at line 269 of file hholder.cpp.

void updateQRZT ( Matrix &  X,
LowerTriangularMatrix &  L 
)

Definition at line 229 of file hholder.cpp.



kni
Author(s): Martin Günther
autogenerated on Thu Aug 27 2015 13:40:07