00001 00030 #ifndef CHOLESKY_H 00031 #define CHOLESKY_H 00032 00033 #include <itpp/base/mat.h> 00034 00035 00036 namespace itpp 00037 { 00038 00041 00042 00055 bool chol(const mat &X, mat &F); 00056 00067 mat chol(const mat &X); 00068 00069 00086 bool chol(const cmat &X, cmat &F); 00087 00098 cmat chol(const cmat &X); 00099 00101 00102 } // namespace itpp 00103 00104 #endif // #ifndef CHOLESKY_H
Generated on Sun Dec 20 07:05:35 2009 for IT++ by Doxygen 1.6.1