$search

cholesky.cpp File Reference

#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
Include dependency graph for cholesky.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.



#define REPORT   {}
#define WANT_MATH
ReturnMatrix Cholesky (const SymmetricBandMatrix &S)
ReturnMatrix Cholesky (const SymmetricMatrix &S)
void downdate_Cholesky (UpperTriangularMatrix &chol, RowVector x)
void left_circular_update_Cholesky (UpperTriangularMatrix &chol, int k, int l)
void right_circular_update_Cholesky (UpperTriangularMatrix &chol, int k, int l)
void update_Cholesky (UpperTriangularMatrix &chol, RowVector x)

Detailed Description

Cholesky decomposition. Cholesky decomposition of symmetric and band symmetric matrices, update, downdate, manipulate a Cholesky decomposition

Definition in file cholesky.cpp.


Define Documentation

#define REPORT   {}

Definition at line 27 of file cholesky.cpp.

#define WANT_MATH

Definition at line 12 of file cholesky.cpp.


Function Documentation

ReturnMatrix Cholesky ( const SymmetricBandMatrix S  ) 

Definition at line 61 of file cholesky.cpp.

ReturnMatrix Cholesky ( const SymmetricMatrix S  ) 

Definition at line 36 of file cholesky.cpp.

void downdate_Cholesky ( UpperTriangularMatrix chol,
RowVector  x 
)

Definition at line 129 of file cholesky.cpp.

void left_circular_update_Cholesky ( UpperTriangularMatrix chol,
int  k,
int  l 
)

Definition at line 231 of file cholesky.cpp.

void right_circular_update_Cholesky ( UpperTriangularMatrix chol,
int  k,
int  l 
)

Definition at line 176 of file cholesky.cpp.

void update_Cholesky ( UpperTriangularMatrix chol,
RowVector  x 
)

Definition at line 102 of file cholesky.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:01 2013