struct gpr::Indices2DΒΆ

Structure of pair of indices.

#include <Structures.h>
 
struct Indices2D {
    // fields
 
    Eigen::Index i;
    Eigen::Index j;
};