Macaulay2 Engine
Loading...
Searching...
No Matches
◆
highest_primary_degree()
int
FreeModule::highest_primary_degree
(
)
const
Definition at line
459
of file
freemod.cpp
.
460
{
461
if
(
rank
() == 0)
return
0;
462
int
result
=
primary_degree
(0);
463
for
(
int
i = 1; i <
rank
(); i++)
464
{
465
int
a =
primary_degree
(i);
466
if
(a >
result
)
result
= a;
467
}
468
return
result
;
469
}
FreeModule::primary_degree
int primary_degree(int i) const
Definition
freemod.cpp:440
FreeModule::rank
int rank() const
Definition
freemod.hpp:105
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
primary_degree()
,
rank()
, and
result()
.
FreeModule
Generated on
for Macaulay2 Engine by
1.15.0