Interface of the Multiplicative Magma Concept. More...
#include <_multiplicative_magma.hpp>
Static Public Member Functions | |
| static T | multiply (const T &a, const T &b) |
| Multiply the specified arguments. | |
Interface of the Multiplicative Magma Concept.
| static T instigate::algebra::multiplicative_magma::interface< T >::multiply | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Multiply the specified arguments.
| a | - the first multiplier | |
| b | - the second multiplier |