Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Factor.cc File Reference

#include "vl/Factor.h"

Include dependency graph for Factor.cc:

Go to the source code of this file.

Defines

#define DBG_COUT   if (0) cerr

Functions

Double LeftHouseholder (Matd &A, Matd &U, const Int i)
Double RightHouseholder (Matd &A, Matd &V, const Int i)
Void Bidiagonalize (Matd &A, Matd &U, Matd &V, Vecd &diagonal, Vecd &superDiag)
Double QRFactorization (Matd &A, Matd &Q, Matd &R)
Void RotateRight (Matd& U, const Int i, const Int j, const Double c, const Double s)
Void ClearSuperEntry (Vecd &diagonal, Vecd &superDiag, Matd &U, const Int k, const Int l, const Double prec)
Int FindSplit (Vecd &diagonal, Vecd &superDiag, Matd &U, const Int k, const Double prec)
Void Diagonalize (Vecd &diagonal, Vecd &superDiag, Matd &U, Matd &V)
Void SVDFactorization (Matd &A, Matd &U, Matd &V, Vecd &diagonal)


Define Documentation

#define DBG_COUT   if (0) cerr

Definition at line 18 of file Factor.cc.


Function Documentation

Void Bidiagonalize (Matd & A, Matd & U, Matd & V, Vecd & diagonal, Vecd & superDiag)

Definition at line 249 of file Factor.cc.

Void ClearSuperEntry (Vecd & diagonal, Vecd & superDiag, Matd & U, const Int k, const Int l, const Double prec)

Definition at line 361 of file Factor.cc.

Void Diagonalize (Vecd & diagonal, Vecd & superDiag, Matd & U, Matd & V)

Definition at line 443 of file Factor.cc.

Int FindSplit (Vecd & diagonal, Vecd & superDiag, Matd & U, const Int k, const Double prec)

Definition at line 414 of file Factor.cc.

Double LeftHouseholder (Matd & A, Matd & U, const Int i)

Definition at line 109 of file Factor.cc.

Double QRFactorization (Matd & A, Matd & Q, Matd & R)

Definition at line 278 of file Factor.cc.

Double RightHouseholder (Matd & A, Matd & V, const Int i)

Definition at line 184 of file Factor.cc.

Void RotateRight (Matd & U, const Int i, const Int j, const Double c, const Double s)

Definition at line 350 of file Factor.cc.

Void SVDFactorization (Matd & A, Matd & U, Matd & V, Vecd & diagonal)

Definition at line 623 of file Factor.cc.


Generated at Sat Aug 5 00:16:46 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000