QRMatrix.H File Reference
Include dependency graph for QRMatrix.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QRMatrix< MatrixType >
 QRMatrix (i.e. QR decomposition, QR factorisation or orthogonal-triangular decomposition) decomposes a scalar/complex matrix A into the following matrix product: More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class MatrixType >
MatrixType pinv (const MatrixType &A, const scalar tol=1e-5)
 

Detailed Description

Original source file QRMatrix.H

Definition in file QRMatrix.H.