Template Function Acts::matrixToBitset

Function Documentation

template<typename Derived>
auto Acts::matrixToBitset(const Eigen::PlainObjectBase<Derived> &m)

Convert an integer matrix to a bitset.

Note

How the bits are ordered depends on the storage type of the matrix being converted (row-major or col-major)

Return

The converted bitset.

Template Parameters
  • Derived: Eigen base concrete type

Parameters
  • m: Matrix that is converted