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:37
mat.h
Matrix Class Definitions.
itpp::Mat::sub_v_vT_m
ITPP_EXPORT void sub_v_vT_m(mat &m, const vec &v)
Calculates m=m-v*v'*m.
itpp::Mat
Matrix Class (Templated)
Definition:
factory.h:41
vec.h
Templated Vector Class Definitions.
itpp::Mat::sub_m_v_vT
ITPP_EXPORT void sub_m_v_vT(mat &m, const vec &v)
Calculates m=m-m*v*v'.
Generated on Thu Apr 11 2019 00:00:00 for IT++ by
Doxygen
1.8.18