STK++ 0.9.13
|
Template functor to divide a number by a fixed value. More...
#include <STK_Functors.h>
Public Types | |
enum | { NbParam_ = 1 } |
typedef Type | result_type |
typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
DivisionWithOp (param1_type const &value) | |
Template functor to divide a number by a fixed value.
This functor is used to implement the quotient of a matrix by a number where the number type is not necessarily a floating point type.
Definition at line 629 of file STK_Functors.h.
typedef hidden::RemoveConst<Type>::Type STK::DivisionWithOp< Type >::param1_type |
Definition at line 633 of file STK_Functors.h.
typedef Type STK::DivisionWithOp< Type >::result_type |
Definition at line 632 of file STK_Functors.h.
|
inline |
Definition at line 635 of file STK_Functors.h.