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 {
00040 
00045 void sub_v_vT_m(mat &m, const vec &v);
00046 
00051 void sub_m_v_vT(mat &m, const vec &v);
00052 
00053 } // namespace itpp
00054 
00055 #endif // #ifndef FASTMATH_H
SourceForge Logo

Generated on Thu Apr 23 20:04:03 2009 for IT++ by Doxygen 1.5.8