PEXSI
 All Classes Namespaces Files Functions Variables Typedefs Pages
LBlockMask Namespace Reference

LBlockMask allows one to compress the selected data in LBlock used for communication. More...

Detailed Description

LBlockMask allows one to compress the selected data in LBlock used for communication.

Example

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.