BitMagic-C++
|
Bit-plain splicing of a GAP block. More...
#include <bmtrans.h>
Public Types | |
typedef tmatrix< GT, sizeof(GT) *8,(((BLOCK_SIZE *sizeof(unsigned))/(sizeof(GT)))/(sizeof(GT) *8))> | tmatrix_type |
cryptic calculation of equivalent size for the transpose matrix based on BLOCK_SIZE and sizeof(GT)(16) More... | |
Public Member Functions | |
gap_transpose_engine () | |
void | transpose (const GT *BMRESTRICT gap_buf, BT *BMRESTRICT tmp_block) |
Transpose GAP block through a temp. More... | |
void | transpose (const GT *BMRESTRICT garr, unsigned garr_size, BT *BMRESTRICT tmp_block) |
Transpose array of shorts. More... | |
void | compute_distance_matrix () |
void | reduce () |
void | restore () |
void | trestore (GT gap_head, GT *BMRESTRICT gap_buf, BT *BMRESTRICT tmp_block) |
Restore GAP block from the transposed matrix. More... | |
Data Fields | |
tmatrix_type | tmatrix_ |
unsigned | eff_cols_ |
unsigned | distance_ [tmatrix_type::n_rows][tmatrix_type::n_rows] |
unsigned char | pc_vector_ [tmatrix_type::n_rows] |
unsigned | pc_vector_stat_ [bm::ibpc_end] |
tmatrix_type::rstat | rstat_vector_ [tmatrix_type::n_rows] |
Bit-plain splicing of a GAP block.
GT - gap word type BT - block word type BLOCK_SIZE - bit block size in words (works as a transposition basis)
typedef tmatrix<GT, sizeof(GT)*8, (((BLOCK_SIZE * sizeof(unsigned)) / (sizeof(GT))) / (sizeof(GT) * 8))> bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::tmatrix_type |
|
inline |
|
inline |
Definition at line 802 of file bmtrans.h.
References bm::bit_iblock_make_pcv(), bm::bit_iblock_pcv_stat(), and bm::tmatrix_distance().
|
inline |
Definition at line 818 of file bmtrans.h.
References bm::tmatrix_reduce().
|
inline |
Definition at line 824 of file bmtrans.h.
References bm::tmatrix_restore().
|
inline |
Transpose GAP block through a temp.
block of aligned(!) memory
Definition at line 760 of file bmtrans.h.
References BM_ASSERT, bm::find_effective_columns(), and bm::gap_2_bitblock().
|
inline |
Transpose array of shorts.
Definition at line 781 of file bmtrans.h.
References bm::bit_block_set(), BM_ASSERT, and bm::find_effective_columns().
|
inline |
unsigned bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::distance_[tmatrix_type::n_rows][tmatrix_type::n_rows] |
unsigned bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::eff_cols_ |
unsigned char bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::pc_vector_[tmatrix_type::n_rows] |
unsigned bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::pc_vector_stat_[bm::ibpc_end] |
tmatrix_type::rstat bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::rstat_vector_[tmatrix_type::n_rows] |
tmatrix_type bm::gap_transpose_engine< GT, BT, BLOCK_SIZE >::tmatrix_ |