itpp
base
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:36
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 Sat Jun 22 2019 19:10:12 for IT++ by
Doxygen
1.8.17