kao.math.matvec.lib.QR Class Reference

QR Factorisation routines. More...

List of all members.

Classes

class  Out
 Outputs of the QR Factorisation routines,. More...

Static Public Member Functions

static Out qr (Matrix A)
static Out qr (Matrix A, boolean pivot)

Detailed Description

QR Factorisation routines.

Routines for calculating the QR factorisation of a Matrix:

\[ A = QR \]

Author:
David Kao

Member Function Documentation

static Out kao.math.matvec.lib.QR.qr ( Matrix  A,
boolean  pivot 
) [static]

Performs a QR factorisation of A.

Parameters:
[in] A Matrix A
[in] pivot true/false if pivoting is used
Returns:
Out.Qt
Out.R
Out.P
Out.rank
Out.status
Out.eps
static Out kao.math.matvec.lib.QR.qr ( Matrix  A  )  [static]

Performs a QR factorisation of A without pivoting.

Parameters:
[in] A Matrix A
Returns:
Out.Qt
Out.R
Out.P
Out.rank
Out.status
Out.eps

Generated on Wed Apr 21 22:01:41 2010 for kao-math by  doxygen 1.6.1