STK++ 0.9.13
|
Matricial Division. More...
#include <STK_Array2D_Functors.h>
Public Types | |
enum | { NbParam_ = 2 } |
typedef Lhs | param1_type |
typedef Rhs | param2_type |
typedef hidden::Promote< typenamehidden::Traits< Lhs >::Type, typenamehidden::Traits< Rhs >::Type >::result_type | Type |
typedef hidden::BinaryReturnArray2DType< typenamehidden::Promote< typenamehidden::Traits< Lhs >::Type, typenamehidden::Traits< Rhs >::Type >::result_type, hidden::Traits< Lhs >::structure_, hidden::Traits< Rhs >::structure_ >::result_type | result_type |
Public Member Functions | |
DivOp (ExprBase< Lhs > const &lhs, ExprBase< Rhs > const &rhs) | |
result_type | operator() () |
Protected Attributes | |
param1_type const & | lhs_ |
param2_type const & | rhs_ |
Range | rows_ |
Range | cols_ |
result_type | res_ |
Matricial Division.
Perform the matrix division coefficient by coefficient of the Array lhs by the Array rhs
Definition at line 357 of file STK_Array2D_Functors.h.
Definition at line 360 of file STK_Array2D_Functors.h.
Definition at line 361 of file STK_Array2D_Functors.h.
typedef hidden::BinaryReturnArray2DType<typenamehidden::Promote<typenamehidden::Traits<Lhs>::Type,typenamehidden::Traits<Rhs>::Type>::result_type,hidden::Traits<Lhs>::structure_,hidden::Traits<Rhs>::structure_>::result_type STK::Arrays::DivOp< Lhs, Rhs >::result_type |
Definition at line 363 of file STK_Array2D_Functors.h.
typedef hidden::Promote<typenamehidden::Traits<Lhs>::Type,typenamehidden::Traits<Rhs>::Type>::result_type STK::Arrays::DivOp< Lhs, Rhs >::Type |
Definition at line 362 of file STK_Array2D_Functors.h.
|
inline |
Definition at line 365 of file STK_Array2D_Functors.h.
|
inline |
Definition at line 371 of file STK_Array2D_Functors.h.
References STK::RangeBase< Derived >::begin(), STK::Arrays::DivOp< Lhs, Rhs >::cols_, STK::TRange< UnknownSize >::end(), STK::inf(), STK::Arrays::DivOp< Lhs, Rhs >::lhs_, STK::Arrays::DivOp< Lhs, Rhs >::res_, STK::Arrays::DivOp< Lhs, Rhs >::rhs_, and STK::Arrays::DivOp< Lhs, Rhs >::rows_.
Definition at line 386 of file STK_Array2D_Functors.h.
Referenced by STK::Arrays::DivOp< Lhs, Rhs >::operator()().
|
protected |
Definition at line 383 of file STK_Array2D_Functors.h.
Referenced by STK::Arrays::DivOp< Lhs, Rhs >::operator()().
|
protected |
Definition at line 387 of file STK_Array2D_Functors.h.
Referenced by STK::Arrays::DivOp< Lhs, Rhs >::operator()().
|
protected |
Definition at line 384 of file STK_Array2D_Functors.h.
Referenced by STK::Arrays::DivOp< Lhs, Rhs >::operator()().
Definition at line 385 of file STK_Array2D_Functors.h.
Referenced by STK::Arrays::DivOp< Lhs, Rhs >::operator()().