IT++ Logo
fastmath.h
Go to the documentation of this file.
00001 
00030 #ifndef FASTMATH_H
00031 #define FASTMATH_H
00032 
00033 #include <itpp/base/vec.h>
00034 #include <itpp/base/mat.h>
00035 
00036 
00037 namespace itpp
00038 {
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Sat Jul 9 2011 15:21:29 for IT++ by Doxygen 1.7.4