cholesky.cpp File Reference
#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
Include dependency graph for cholesky.cpp:
Go to the source code of this file.
Define Documentation
Function Documentation
ReturnMatrix NEWMAT::Cholesky |
( |
const SymmetricBandMatrix & |
S |
) |
|
|
ReturnMatrix NEWMAT::Cholesky |
( |
const SymmetricMatrix & |
S |
) |
|
|
void NEWMAT::DowndateCholesky |
( |
UpperTriangularMatrix & |
chol, |
|
|
RowVector |
x |
|
) |
|
|
void NEWMAT::LeftCircularUpdateCholesky |
( |
UpperTriangularMatrix & |
chol, |
|
|
int |
k, |
|
|
int |
l |
|
) |
|
|
void NEWMAT::RightCircularUpdateCholesky |
( |
UpperTriangularMatrix & |
chol, |
|
|
int |
k, |
|
|
int |
l |
|
) |
|
|
void NEWMAT::UpdateCholesky |
( |
UpperTriangularMatrix & |
chol, |
|
|
RowVector |
r1Modification |
|
) |
|
|
|