struct gpr::GaussianProcessRegression::LaplaceTrainingCovarianceGeometry::BlockΒΆ

#include <GaussianProcessRegression.h>
 
struct Block {
    // fields
 
    Index_t row_value = 0;
    Index_t col_value = 0;
    Index_t mirror_row_value = 0;
    Index_t mirror_col_value = 0;
    bool has_transpose_mirror = false;
    SexpatCF::CrossBlockGeometry sexpat;
};