golib
0.5
|
Public Member Functions | |
Cholesky (const goMath::Matrix< Real > &A) | |
const goMath::Matrix< Real > & | getL () const |
bool | solve (const goArray< Real > &B, goArray< Real > &xRet) |
bool | solve (const goMath::Matrix< Real > &B, goMath::Matrix< Real > &XRet) |
int | is_spd () const |
Protected Attributes | |
goMath::Matrix< Real > | L_ |
int | isspd |