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 
00047   bool inv(const mat &X, mat &Y);
00048 
00058   mat inv(const mat &X);
00059 
00060 
00070   bool inv(const cmat &X, cmat &Y);
00071 
00081   cmat inv(const cmat &X);
00082 
00083 
00084 } // namespace itpp
00085 
00086 #endif // #ifndef INV_H
SourceForge Logo

Generated on Sun Sep 14 18:57:00 2008 for IT++ by Doxygen 1.5.6