LBlockMask allows one to compress the selected data in LBlock used for communication. More...
LBlockMask allows one to compress the selected data in LBlock used for communication.
std::vector<Int> mask( LBlockMask::TOTAL_NUMBER, 1 );
assumes all information is to be communicated.
mask[LBlockMask::NZVAL] = 0;
then nzval will not be serialized / deserialized.