00001 00033 #ifndef CHOLESKY_H 00034 #define CHOLESKY_H 00035 00036 #include <itpp/base/mat.h> 00037 00038 00039 namespace itpp { 00040 00043 00044 00057 bool chol(const mat &X, mat &F); 00058 00069 mat chol(const mat &X); 00070 00071 00088 bool chol(const cmat &X, cmat &F); 00089 00100 cmat chol(const cmat &X); 00101 00103 00104 } // namespace itpp 00105 00106 #endif // #ifndef CHOLESKY_H
Generated on Fri Jun 8 02:08:50 2007 for IT++ by Doxygen 1.5.2