Macaulay2 Engine
Loading...
Searching...
No Matches
◆
debug_check()
[1/2]
template<typename Key>
void
ResF4MonomialLookupTableT
< Key >::debug_check
(
)
const
private
Definition at line
510
of file
res-f4-monlookup.cpp
.
511
{
512
int
nfound
= 0;
513
for
(
typename
VECTOR
(
mi_node
*)
::const_iterator
i
=
mis
.begin();
514
i
!=
mis
.end();
515
i
++)
516
{
517
if
(*
i
!=
NULL
)
nfound
+=
debug_check
(*
i
,
nullptr
);
518
}
519
assert
(
count
/ 2 ==
nfound
);
520
}
ResF4MonomialLookupTableT::debug_check
void debug_check() const
Definition
res-f4-monlookup.cpp:510
ResF4MonomialLookupTableT::count
int count
Definition
res-f4-monlookup.hpp:91
ResF4MonomialLookupTableT
Definition
res-f4-monlookup.hpp:51
VECTOR
#define VECTOR(T)
Definition
newdelete.hpp:78
ResF4MonomialLookupTableT::mi_node
Definition
res-f4-monlookup.hpp:64
References
count
,
debug_check()
, and
VECTOR
.
ResF4MonomialLookupTableT
Generated on
for Macaulay2 Engine by
1.15.0