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
itpp
itpp namespace
Definition: itmex.h:37
mat.h
Matrix Class Definitions.
itpp::sub_v_vT_m
void sub_v_vT_m(mat &m, const vec &v)
Calculates m=m-v*v'*m.
Definition: fastmath.cpp:37
vec.h
Templated Vector Class Definitions.
itpp::sub_m_v_vT
void sub_m_v_vT(mat &m, const vec &v)
Calculates m=m-m*v*v'.
Definition: fastmath.cpp:65

Generated on Sun Jan 3 2021 11:31:33 for IT++ by Doxygen 1.8.20