IT++ Logo

fastmath.h

Go to the documentation of this file.
00001 
00031 #ifndef FASTMATH_H
00032 #define FASTMATH_H
00033 
00034 #include <itpp/base/vec.h>
00035 #include <itpp/base/mat.h>
00036 
00037 
00038 namespace itpp {
00039 
00044   void sub_v_vT_m(mat &m, const vec &v);
00045 
00050   void sub_m_v_vT(mat &m, const vec &v);
00051 
00052 } // namespace itpp
00053 
00054 #endif // #ifndef FASTMATH_H
SourceForge Logo

Generated on Sun Apr 20 12:40:05 2008 for IT++ by Doxygen 1.5.5