IT++ Logo
inv.h
Go to the documentation of this file.
00001 
00030 #ifndef INV_H
00031 #define INV_H
00032 
00033 #include <itpp/base/mat.h>
00034 
00035 
00036 namespace itpp
00037 {
00038 
00048 bool inv(const mat &X, mat &Y);
00049 
00059 mat inv(const mat &X);
00060 
00061 
00071 bool inv(const cmat &X, cmat &Y);
00072 
00082 cmat inv(const cmat &X);
00083 
00084 
00085 } // namespace itpp
00086 
00087 #endif // #ifndef INV_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Wed Dec 7 2011 03:38:19 for IT++ by Doxygen 1.7.4