IT++ Logo

cholesky.h

Go to the documentation of this file.
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Wed Mar 2 2011 22:04:50 for IT++ by Doxygen 1.7.3