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
Generated on Wed Mar 2 2011 22:05:02 for IT++ by Doxygen 1.7.3