PetscBTNegate#
Flip (xor) the bit at a given index in a PetscBT (bit array)
Synopsis#
static inline PetscErrorCode PetscBTNegate(PetscBT array, PetscCount index)
Not Collective; No Fortran Support
Input Parameters#
array - the
PetscBTindex - the bit index to flip
See Also#
PetscBT, PetscBTCreate(), PetscBTSet(), PetscBTClear(), PetscBTLookup()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages