Expand description
§Fast Boolean Algebraic Normal Form (ANF) Transformation functions
This crate provides two functions to transform cellular automata truth tables expressed as unsigned integers or boolean arrays into their Algebraic Normal Form (ANF) representation.
Functions§
- fast_
bool_ anf_ transform_ bool_ array - Fast ANF transformation for cellular automata truth table rules expressed as boolean arrays
- fast_
bool_ anf_ transform_ unsigned - Fast ANF transformation for cellular automata truth table rules expressed as unsigned integers