dlvhex  2.5.0
bm::tmatrix< T, ROWS, COLS >::rstat Struct Reference

Row characteristics for transposed matrix. More...

#include <vs10/bm/bmtrans.h>

Data Fields

unsigned bit_count
unsigned gap_count
bm::set_representation best_rep

Detailed Description

template<typename T, unsigned ROWS, unsigned COLS>
struct bm::tmatrix< T, ROWS, COLS >::rstat

Row characteristics for transposed matrix.

Definition at line 56 of file bmtrans.h.


Field Documentation

template<typename T , unsigned ROWS, unsigned COLS>
bm::set_representation bm::tmatrix< T, ROWS, COLS >::rstat::best_rep

Definition at line 60 of file bmtrans.h.

template<typename T , unsigned ROWS, unsigned COLS>
unsigned bm::tmatrix< T, ROWS, COLS >::rstat::bit_count

Definition at line 58 of file bmtrans.h.

template<typename T , unsigned ROWS, unsigned COLS>
unsigned bm::tmatrix< T, ROWS, COLS >::rstat::gap_count

Definition at line 59 of file bmtrans.h.


The documentation for this struct was generated from the following files: