Givaro
Public Types | Public Member Functions | Data Fields
MulOp< Domain > Struct Template Reference

#include <givops.h>

Inheritance diagram for MulOp< Domain >:

Public Types

typedef BaseOP< Domain >::Type_t Type_t
typedef Domain Domain_t

Public Member Functions

 MulOp (const Domain &D)
void operator() (Type_t &res, const Type_t &v1, const Type_t &v2) const
void operator() (Type_t &res, const Type_t &v1) const

Data Fields

const Domain_domain

template<class Domain>
struct Givaro::MulOp< Domain >


Member Typedef Documentation

Reimplemented from BaseOP< Domain >.

typedef Domain Domain_t

Reimplemented from BaseOP< Domain >.


Constructor & Destructor Documentation

MulOp ( const Domain D) [inline]

Member Function Documentation

void operator() ( Type_t res,
const Type_t v1,
const Type_t v2 
) const [inline]
void operator() ( Type_t res,
const Type_t v1 
) const [inline]

Field Documentation

const Domain& _domain [inherited]

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