HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.3
Loading...
Searching...
No Matches
HPCombi::BMat16 Member List

This is the complete list of members for HPCombi::BMat16, including all inherited members.

BMat16() noexcept=defaultHPCombi::BMat16
BMat16(xpu64 mat) noexceptHPCombi::BMat16inlineexplicit
BMat16(uint64_t n0, uint64_t n1, uint64_t n2, uint64_t n3) noexceptHPCombi::BMat16inlineexplicit
BMat16(std::vector< std::vector< bool > > const &mat) noexceptHPCombi::BMat16inlineexplicit
BMat16(BMat16 const &) noexcept=defaultHPCombi::BMat16
BMat16(BMat16 &&) noexcept=defaultHPCombi::BMat16
mult_4bmat8(BMat16 const &that) const noexceptHPCombi::BMat16inline
mult_naive(BMat16 const &that) const noexceptHPCombi::BMat16inline
mult_naive_array(BMat16 const &that) const noexceptHPCombi::BMat16inline
mult_transpose(BMat16 const &that) const noexceptHPCombi::BMat16inline
nr_rows() const noexceptHPCombi::BMat16inline
one(size_t dim=16) noexceptHPCombi::BMat16inlinestatic
operator!=(BMat16 const &that) const noexceptHPCombi::BMat16inline
operator()(size_t i, size_t j) const noexceptHPCombi::BMat16inline
operator*(BMat16 const &that) const noexceptHPCombi::BMat16inline
operator<(BMat16 const &that) const noexceptHPCombi::BMat16inline
operator=(BMat16 const &) noexcept=defaultHPCombi::BMat16
operator=(BMat16 &&) noexcept=defaultHPCombi::BMat16
operator==(BMat16 const &that) const noexceptHPCombi::BMat16inline
operator>(BMat16 const &that) const noexceptHPCombi::BMat16inline
operator|(BMat16 const &that) const noexceptHPCombi::BMat16inline
random()HPCombi::BMat16inlinestatic
random(size_t dim)HPCombi::BMat16inlinestatic
rows() constHPCombi::BMat16inline
set(size_t i, size_t j, bool val) noexceptHPCombi::BMat16inline
swap(BMat16 &that) noexceptHPCombi::BMat16inline
to_array() const noexceptHPCombi::BMat16inline
transpose() const noexceptHPCombi::BMat16inline
transpose_naive() const noexceptHPCombi::BMat16inline
write(std::ostream &os) constHPCombi::BMat16inline
~BMat16()=defaultHPCombi::BMat16