Bit field data. More...
Public Attributes | |
INTEGER(KIND=large) | ndimb |
dimension for bit (field) array | |
INTEGER | n |
matrix size | |
INTEGER | ibfw |
bit field width | |
INTEGER | mxcnt |
max value for bit field counters | |
INTEGER | nencdm |
max value for column counter | |
INTEGER | nencdb |
number of bits for encoding column counter | |
INTEGER | nthrd |
number of threads | |
INTEGER, dimension(:), allocatable | bitFieldCounters |
fit field counters for global parameters pairs |
Bit field data.
Definition at line 14 of file mpbits.f90.
INTEGER, dimension(:), allocatable mpbits::bitFieldCounters |
fit field counters for global parameters pairs
Definition at line 25 of file mpbits.f90.
INTEGER mpbits::ibfw |
bit field width
Definition at line 20 of file mpbits.f90.
INTEGER mpbits::mxcnt |
max value for bit field counters
Definition at line 21 of file mpbits.f90.
INTEGER mpbits::n |
matrix size
Definition at line 19 of file mpbits.f90.
INTEGER(KIND=large) mpbits::ndimb |
dimension for bit (field) array
Definition at line 18 of file mpbits.f90.
INTEGER mpbits::nencdb |
number of bits for encoding column counter
Definition at line 23 of file mpbits.f90.
INTEGER mpbits::nencdm |
max value for column counter
Definition at line 22 of file mpbits.f90.
INTEGER mpbits::nthrd |
number of threads
Definition at line 24 of file mpbits.f90.