Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.01 KB

File metadata and controls

62 lines (42 loc) · 2.01 KB

Rho

This page contains details of the specialisations of the adapters<Adapters> :cppRho and :cppRhoValue for boolean matrices.

Specialization of the adapter RhoValue for instances of BMat<N>. Note that the type chosen here limits the :cppKonieczny algorithm to boolean matrices of dimension at most 64 (or 32 on 32-bit systems).

tparam Mat

a type such that :cppIsBMat<Mat> is true.

tparam Container

a container type for holding the return value of the call operator, can be one of :cppStaticVector1\<BitSet\<N>, N>; :cppstd::vector\<BitSet\<N>>; :cppStaticVector1\<std::bitset\<N>, N>; or :cppstd::vector\<std::bitset\<N>> for some value of N.

tparam Mat

a type such that :cppIsBMat<Mat> is true.