

Go to the source code of this file.
Classes | |
| class | QRMatrix< MatrixType > |
QRMatrix computes QR decomposition of a given scalar/complex matrix A into the following: More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::MatrixTools |
| Collection of functions for matrix-related verifications. | |
Functions | |
| template<class MatrixType> | |
| MatrixType | pinv (const MatrixType &A, scalar tol=1e-5) |
| Moore-Penrose inverse of singular/non-singular square/rectangular scalar/complex matrices (KPP:p. 9834; KP:p. 648). | |
Original source file QRMatrix.H
Definition in file QRMatrix.H.