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 
00040 
00041 
00054   bool chol(const mat &X, mat &F);
00055 
00066   mat chol(const mat &X);
00067 
00068 
00085   bool chol(const cmat &X, cmat &F);
00086 
00097   cmat chol(const cmat &X);
00098 
00100 
00101 } // namespace itpp
00102 
00103 #endif // #ifndef CHOLESKY_H
SourceForge Logo

Generated on Sat May 3 16:10:40 2008 for IT++ by Doxygen 1.5.5