IT++ Logo
cholesky.h
Go to the documentation of this file.
1 
29 #ifndef CHOLESKY_H
30 #define CHOLESKY_H
31 
32 #include <itpp/base/mat.h>
33 #include <itpp/itexports.h>
34 
35 namespace itpp
36 {
37 
40 
41 
54 ITPP_EXPORT bool chol(const mat &X, mat &F);
55 
66 ITPP_EXPORT mat chol(const mat &X);
67 
68 
85 ITPP_EXPORT bool chol(const cmat &X, cmat &F);
86 
97 ITPP_EXPORT cmat chol(const cmat &X);
98 
100 
101 } // namespace itpp
102 
103 #endif // #ifndef CHOLESKY_H
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:19 for IT++ by Doxygen 1.8.2