Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
36
37
namespace
itpp
38
{
39
44
void
sub_v_vT_m
(mat &m,
const
vec &v);
45
50
void
sub_m_v_vT
(mat &m,
const
vec &v);
51
52
}
// namespace itpp
53
54
#endif // #ifndef FASTMATH_H
Generated on Fri Mar 21 2014 17:14:12 for IT++ by
Doxygen
1.8.1.2