IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
34 
35 namespace itpp
36 {
37 
47 bool inv(const mat &X, mat &Y);
48 
58 mat inv(const mat &X);
59 
60 
70 bool inv(const cmat &X, cmat &Y);
71 
81 cmat inv(const cmat &X);
82 
83 
84 } // namespace itpp
85 
86 #endif // #ifndef INV_H
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:12 for IT++ by Doxygen 1.8.1.2