Instigate Open Source Documentation

instigate::algebra::multiplicative_group::interface< T > Struct Template Reference

Interface of the Multiplicative Group Concept. More...

#include <_multiplicative_group.hpp>

Inheritance diagram for instigate::algebra::multiplicative_group::interface< T >:
instigate::algebra::multiplicative_monoid::interface< T > instigate::algebra::multiplicative_semi_group::interface< T > instigate::algebra::multiplicative_magma::interface< T > instigate::assignable::interface< T > instigate::algebra::field::interface< T >

List of all members.

Static Public Member Functions

static T divide (const T &a, const T &b)
 Divide the specified arguments.
static T inverse (const T &a)
 Inverse the specified argument.

Detailed Description

template<typename T>
struct instigate::algebra::multiplicative_group::interface< T >

Interface of the Multiplicative Group Concept.


Member Function Documentation

template<typename T >
static T instigate::algebra::multiplicative_group::interface< T >::divide ( const T &  a,
const T &  b 
) [inline, static]

Divide the specified arguments.

Parameters:
a -the dividend
b - the divisor
Returns:
The quotient of a and b
template<typename T >
static T instigate::algebra::multiplicative_group::interface< T >::inverse ( const T &  a  )  [inline, static]

Inverse the specified argument.

Parameters:
a - the argument to be inversed
Returns:
The inverse value of a

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


© Instigate CJSC, Open Source