IT++ Logo
inv.h
Go to the documentation of this file.
1 
29 #ifndef INV_H
30 #define INV_H
31 
32 #include <itpp/base/mat.h>
33 #include <itpp/itexports.h>
34 
35 namespace itpp
36 {
37 
47 ITPP_EXPORT bool inv(const mat &X, mat &Y);
48 
58 ITPP_EXPORT mat inv(const mat &X);
59 
60 
70 ITPP_EXPORT bool inv(const cmat &X, cmat &Y);
71 
81 ITPP_EXPORT cmat inv(const cmat &X);
82 
83 
84 } // namespace itpp
85 
86 #endif // #ifndef INV_H
SourceForge Logo

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