IT++ Logo Newcom Logo

fastmath.h

Go to the documentation of this file.
00001 
00034 #ifndef FASTMATH_H
00035 #define FASTMATH_H
00036 
00037 #include <itpp/base/vec.h>
00038 #include <itpp/base/mat.h>
00039 
00040 
00041 namespace itpp {
00042 
00047   void sub_v_vT_m(mat &m, const vec &v);
00048 
00053   void sub_m_v_vT(mat &m, const vec &v);
00054 
00055 } // namespace itpp
00056 
00057 #endif // #ifndef FASTMATH_H
SourceForge Logo

Generated on Thu Apr 19 14:14:56 2007 for IT++ by Doxygen 1.5.1