IT++ Logo
fastmath.h
Go to the documentation of this file.
1 
30 #ifndef FASTMATH_H
31 #define FASTMATH_H
32 
33 #include <itpp/base/vec.h>
34 #include <itpp/base/mat.h>
35 #include <itpp/itexports.h>
36 
37 namespace itpp
38 {
39 
44 ITPP_EXPORT void sub_v_vT_m(mat &m, const vec &v);
45 
50 ITPP_EXPORT void sub_m_v_vT(mat &m, const vec &v);
51 
52 } // namespace itpp
53 
54 #endif // #ifndef FASTMATH_H
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:20 for IT++ by Doxygen 1.8.2