IntegerUtility
This module contains useful routine for integers.
As of 2024-04-12 it contains following methods:
PUBLIC :: OPERATOR(.in.)
PUBLIC :: OPERATOR(.isin.)
PUBLIC :: RemoveDuplicates
PUBLIC :: RemoveDuplicates_
PUBLIC :: Repeat
PUBLIC :: SIZE
PUBLIC :: GetMultiIndices
PUBLIC :: GetIndex
PUBLIC :: Get
PUBLIC :: Get1DIndexFortran
Methodsβ
ποΈ In
This routine returns true if an integer set is a subset of another integer set.
ποΈ IsIn
This routine returns a vector of bool if an integer set is a subset of another integer set.
ποΈ RemoveDuplicates
This routine removes duplicate entries from the set of integer.
ποΈ Repeat
Repeat a vector.
ποΈ Size
Returns the number of tuples.