LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Figures of merit that can be computed by NetBuilder. More...
Classes | |
class | AllOf |
Returns true if all of the elements evaluate to true or if there are no elements. More... | |
class | BitEquidistribution |
Bit equidistribution figure. More... | |
class | CBCFigureOfMerit |
Abstract class for figure of merit which can be evaluated in a CBC way. More... | |
class | CBCFigureOfMeritEvaluator |
Evaluator abstract class to evaluate figure of merit for a net in a CBC way. More... | |
class | CombinedFigureOfMerit |
Aggregation of figures of merit computed in a specific order. More... | |
class | Coordinates |
This is basically a std::set<std::size_t>. More... | |
class | CoordUniformFigureOfMerit |
Class which represents a coordinate uniform figure of merit based on a kernel which is the template parameter. More... | |
class | FigureOfMerit |
Abstract class to represent any figure of merit. More... | |
class | FigureOfMeritEvaluator |
Evaluator abstract class to evaluate figure of merit for a net. More... | |
class | ProjectionDependentEvaluator |
Class to implement the evaluation of specific projection-dependent weighted figure of merit where the merits of the subprojections of order one less are used to compute the merit of a bigger projection, for instance the t-value of subprojections. More... | |
class | ResolutionGapProjMerit |
Template class representing a projection-dependent merit defined by the resolution-gap of the projection. More... | |
class | ResolutionGapProjMerit< EmbeddingType::MULTILEVEL > |
Template specialization of the projection-dependent merit defined by the resolution-gap of the projection in the case of multilevel nets. More... | |
class | ResolutionGapProjMerit< EmbeddingType::UNILEVEL > |
Template specialization of the projection-dependent merit defined by the resolution-gap of the projection in the case of unilevel nets. More... | |
class | TValue |
Class to represent figure of merit based on the t-value of a net. More... | |
class | TValueProjMerit |
Template class representing a projection-dependent merit defined by the t-value of the projection. More... | |
class | TValueProjMerit< EmbeddingType::MULTILEVEL, METHOD > |
Template specialization of the projection-dependent merit defined by the t-value of the projection in the case of multilevel nets. More... | |
class | TValueProjMerit< EmbeddingType::UNILEVEL, METHOD > |
Template specialization of the projection-dependent merit defined by the t-value of the projection in the case of unilevel nets. More... | |
class | TValueTransformedProjMerit |
Template class inheriting from NetBuilder::TValueProjMerit to implement a transformed version of the t-value based projection-dependent merit. More... | |
class | TValueTransformedProjMerit< EmbeddingType::MULTILEVEL, METHOD > |
Template specialization of the projection-dependent merit defined by the t-value of the projection in the case of multilevel nets. More... | |
class | TValueTransformedProjMerit< EmbeddingType::UNILEVEL, METHOD > |
Template specialization of the projection-dependent merit defined by the transformed t-value of the projection in the case of unilevel nets. More... | |
class | WeightedFigureOfMerit |
Class which represents a weighted figure of merit based on a projection dependent merit whose type is the template parameter. More... |
Figures of merit that can be computed by NetBuilder.