FunctionObjectConcept

AlgebraicStructureTraits::Inverse

Definition

AdaptableUnaryFunction providing the inverse element with respect to multiplication of a Field.

Refines

AdaptableUnaryFunction

Types

AlgebraicStructureTraits::Inverse::result_type
Is AlgebraicStructureTraits::Type.


AlgebraicStructureTraits::Inverse::argument_type
Is AlgebraicStructureTraits::Type.

Operations

result_type inverse ( argument_type x ) const returns the inverse element of x with respect to multiplication.
Precondition: x 0

See Also

AlgebraicStructureTraits