MatrixFunctors.hpp File Reference


Detailed Description

Matrix function operators (SVD, LUD, etc).

Definition in file MatrixFunctors.hpp.

#include <cmath>

Include dependency graph for MatrixFunctors.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  gpstk

Classes

class  SVD
 Class SVD: A function object for the singular value decomposition of a matrix. More...
class  LUDecomp
 Performs the lower/upper triangular decomposition of a matrix PA = LU. More...
class  Cholesky
 Compute cholesky decomposition (upper triangular square root) of the given matrix, which must be positive definite. More...
class  CholeskyCrout
 Compute the Cholesky decomposition using the Cholesky-Crout algorithm, which is very fast; if A is the given matrix we will get L, where A = L*LT. More...
class  Householder
 The Householder transformation is simply an orthogonal transformation designed to make the elements below the diagonal zero. More...


Generated on Sun May 19 03:31:25 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1