pub struct ExtraSubgridParams { /* private fields */ }
Expand description

Extra grid creation parameters when the limits for x1 and x2 are different.

Implementations

Returns whether reweighting is enabled for the x2 axis or not.

Sets the reweighting parameter for the x2 axis.

Sets the number of bins for the x2 axes.

Sets the upper limit of the x2 axes.

Sets the lower limit of the x2 axes.

Sets the interpolation order for the x2 axes.

Returns the number of bins for the x2 axes.

Returns the upper limit of the x2 axes.

Returns the lower limit of the x2 axes.

Returns the interpolation order for the x2 axes.

Trait Implementations

Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
Converts to this type from the input type.
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.