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

UBlockMask allows one to compress the selected data in UBlock used for communication. More...

Detailed Description

UBlockMask allows one to compress the selected data in UBlock used for communication.

Example

std::vector<Int> mask( UBlockMask::TOTAL_NUMBER, 1 );

assumes all information is to be communicated.

mask[UBlockMask::NZVAL] = 0;

then nzval will not be serialized / deserialized.