Idempotents

This page contains information about the methods of the FroidurePin class related to idempotents.

FroidurePin.is_idempotent(self: FroidurePin, i: int) bool

Check if an element is an idempotent via its index.

Parameters

i (int) -- the index of the element

Returns

A bool.

FroidurePin.idempotents(self: FroidurePin) Iterator

Returns an iterator pointing at the first idempotent.

Returns

An iterator.

FroidurePin.number_of_idempotents(self: FroidurePin) int

Returns the number of idempotents.

Parameters

None

Returns

An int.