Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
z
Variables
a
b
c
d
e
f
h
i
k
l
m
n
s
t
v
w
Typedefs
a
b
c
d
e
f
h
i
l
m
n
p
q
s
u
v
w
Enumerations
Enumerator
c
d
f
h
l
m
n
r
s
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
u
v
Enumerations
b
c
d
f
l
n
o
p
r
s
t
v
Enumerator
_
c
d
f
h
k
n
q
r
s
t
v
x
y
Related Functions
b
c
d
o
r
s
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
Enumerator
b
c
d
e
f
k
l
n
p
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
app
android
jni
third-party
include
glm
gtx
fast_exponential.hpp
Go to the documentation of this file.
1
39
#pragma once
40
41
// Dependency:
42
#include "../glm.hpp"
43
44
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
45
# pragma message("GLM: GLM_GTX_fast_exponential extension included")
46
#endif
47
48
namespace
glm
49
{
52
55
template
<
typename
genType>
56
GLM_FUNC_DECL
genType
fastPow
(
57
genType
const
& x,
58
genType
const
& y);
59
62
template
<
typename
genTypeT,
typename
genTypeU>
63
GLM_FUNC_DECL
genTypeT
fastPow
(
64
genTypeT
const
& x,
65
genTypeU
const
& y);
66
69
template
<
typename
T>
70
GLM_FUNC_DECL
T
fastExp
(
const
T
& x);
71
74
template
<
typename
T>
75
GLM_FUNC_DECL
T
fastLog
(
const
T
& x);
76
79
template
<
typename
T>
80
GLM_FUNC_DECL
T
fastExp2
(
const
T
& x);
81
84
template
<
typename
T>
85
GLM_FUNC_DECL
T
fastLog2
(
const
T
& x);
86
89
template
<
typename
T>
90
GLM_FUNC_DECL
T
fastLn
(
const
T
& x);
91
93
}
//namespace glm
94
95
#include "fast_exponential.inl"
glm::fastLog
GLM_FUNC_DECL T fastLog(const T &x)
glm::fastExp
GLM_FUNC_DECL T fastExp(const T &x)
glm
Definition:
_literals.hpp:31
glm::fastExp2
GLM_FUNC_DECL T fastExp2(const T &x)
Eigen::Triplet
glm::fastPow
GLM_FUNC_DECL genType fastPow(genType const &x, genType const &y)
glm::fastLn
GLM_FUNC_DECL T fastLn(const T &x)
glm::fastLog2
GLM_FUNC_DECL T fastLog2(const T &x)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:44:53