LibreOffice Module sc (master) 1
|
#include <matrixoperators.hxx>
Public Member Functions | |
Op_ (double InitVal, T aOp) | |
void | operator() (tRes &rAccum, double fVal) const |
Public Attributes | |
const double | mInitVal |
const T | maOp |
Definition at line 22 of file matrixoperators.hxx.
|
inline |
Definition at line 26 of file matrixoperators.hxx.
|
inline |
Definition at line 30 of file matrixoperators.hxx.
References sc::op::Op_< T, tRes >::maOp.
const T sc::op::Op_< T, tRes >::maOp |
Definition at line 25 of file matrixoperators.hxx.
Referenced by sc::op::Op_< T, tRes >::operator()().
const double sc::op::Op_< T, tRes >::mInitVal |
Definition at line 24 of file matrixoperators.hxx.