struct gpr::linalg::ScalapackState::DescCacheEntryΒΆ

struct DescCacheEntry {
    // fields
 
    int m;
    int n;
    int desc[9];
};