Minsky
civita::InterpolateHC::WeightedIndex Struct Reference

structure for referring to an argument index and its weight More...

Collaboration diagram for civita::InterpolateHC::WeightedIndex:
Collaboration graph

Public Member Functions

 WeightedIndex (std::size_t index, double weight)
 

Public Attributes

std::size_t index
 
double weight
 

Detailed Description

structure for referring to an argument index and its weight

Definition at line 44 of file interpolateHypercube.h.

Constructor & Destructor Documentation

◆ WeightedIndex()

civita::InterpolateHC::WeightedIndex::WeightedIndex ( std::size_t  index,
double  weight 
)
inline

Member Data Documentation

◆ index

std::size_t civita::InterpolateHC::WeightedIndex::index

Definition at line 46 of file interpolateHypercube.h.

◆ weight

double civita::InterpolateHC::WeightedIndex::weight

Definition at line 47 of file interpolateHypercube.h.


The documentation for this struct was generated from the following file: