Loading [MathJax]/extensions/tex2jax.js
NiHu
2.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerator
Classes
Class List
Class Index
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
c
d
f
i
m
n
p
q
r
s
t
v
x
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Enumerator
d
i
j
k
l
m
n
o
p
q
r
s
t
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
local_operator.hpp
Go to the documentation of this file.
1
7
#ifndef NIHU_LOCAL_OPERATOR_HPP
8
#define NIHU_LOCAL_OPERATOR_HPP
9
10
#include <type_traits>
11
12
namespace
NiHu
13
{
14
namespace
fmm
15
{
16
24
template
<
class
Operator>
25
struct
is_local_operator
26
:
public
std::false_type
27
{
28
};
29
30
}
// end of namespace fmm
31
}
// end of namespace NiHu
32
33
#endif
/* NIHU_LOCAL_OPERATOR_HPP */
NiHu::fmm::is_local_operator
Metafunction to tell if an operator is local.
Definition:
local_operator.hpp:25
src
fmm
local_operator.hpp
Generated on Sun Apr 6 2025 01:00:11 for NiHu by
1.8.18