struct gpr::ObservationΒΆ
Observation data: energy, gradient and positions.
#include <Structures.h>
struct Observation {
// fields
Coord R;
FieldMatrixd E;
Coord G;
// methods
void clear();
void append(const Observation& other);
void resizeToMatch(const Observation& other, const Index_t num_rows);
void copyRow(const Index_t dest_row_idx, const Observation& other, const Index_t src_row_idx);
void printSizes();
};