My Project
Loading...
Searching...
No Matches
gitfan
facet_compare
Public Member Functions
gitfan::facet_compare Struct Reference
#include <
gitfan.h
>
Public Member Functions
bool
operator()
(
const
facet
&
f
,
const
facet
&
g
)
const
Detailed Description
Definition at line
37
of file
gitfan.h
.
Member Function Documentation
◆
operator()()
bool
gitfan::facet_compare::operator()
(
const
facet
&
f
,
const
facet
&
g
) const
inline
Definition at line
39
of file
gitfan.h
.
40
{
41
const
gfan::ZVector
v1
=
f
.interiorPoint;
42
const
gfan::ZVector
v2
=
g
.interiorPoint;
43
#ifndef SING_NDEBUG
44
assume
(
v1
.size() ==
v2
.size());
45
#endif
46
return
v1
<
v2
;
47
}
g
g
Definition
cfModGcd.cc:4098
f
FILE * f
Definition
checklibs.c:9
List
Definition
ftmpl_list.h:52
List::List
List()
Definition
ftmpl_list.cc:86
assume
#define assume(x)
Definition
mod2.h:387
The documentation for this struct was generated from the following file:
Singular/dyn_modules/gitfan/
gitfan.h
Generated on Mon Jun 17 2024 00:00:00 for My Project by
doxygen 1.10.0
for
Singular