IT++ Logo Newcom Logo

inv.h

Go to the documentation of this file.
00001 
00033 #ifndef INV_H
00034 #define INV_H
00035 
00036 #include <itpp/base/mat.h>
00037 
00038 
00039 namespace itpp {
00040 
00054   bool inv(const mat &X, mat &Y);
00055 
00065   mat inv(const mat &X);
00066 
00067 
00077   bool inv(const cmat &X, cmat &Y);
00078 
00088   cmat inv(const cmat &X);
00089 
00090 
00091 } // namespace itpp
00092 
00093 #endif // #ifndef INV_H
SourceForge Logo

Generated on Sat Aug 25 23:37:27 2007 for IT++ by Doxygen 1.5.2