|
STK++ 0.9.13
|
#include <STK_BinaryImpl.h>
Public Types | |
| enum | { structure_ = Arrays::point_ , binary_op_Kind_ = Arrays::binary_op_1D_ , sizeRows_ = 1 , sizeCols_ = Lhs::sizeCols_ != UnknownSize ? int(Lhs::sizeCols_) : int(Rhs::sizeCols_) , useForRows_ = Arrays::useLhsSize_ , useForCols_ = Lhs::sizeCols_ != UnknownSize ? Arrays::useLhsSize_ : Arrays::useRhsSize_ } |
| typedef FunctorOp::result_type | result_type |
Static Public Member Functions | |
| static result_type | elt2Impl (FunctorOp const &f, Lhs const &l, Rhs const &r, int i, int j) |
| static result_type | elt1Impl (FunctorOp const &f, Lhs const &l, Rhs const &r, int i) |
Definition at line 1156 of file STK_BinaryImpl.h.
| typedef FunctorOp::result_type STK::hidden::BinaryEltImpl< FunctorOp, Lhs, Rhs, Arrays::point_, Arrays::point_ >::result_type |
Definition at line 1158 of file STK_BinaryImpl.h.
| Enumerator | |
|---|---|
| structure_ | |
| binary_op_Kind_ | |
| sizeRows_ | |
| sizeCols_ | |
| useForRows_ | |
| useForCols_ | |
Definition at line 1159 of file STK_BinaryImpl.h.
|
inlinestatic |
Definition at line 1168 of file STK_BinaryImpl.h.
|
inlinestatic |
Definition at line 1166 of file STK_BinaryImpl.h.