LibreOffice Module sc (master) 1
|
Go to the source code of this file.
Classes | |
struct | sc::op::Op_< T, tRes > |
struct | sc::op::Sum |
struct | sc::op::SumSquare |
struct | sc::op::Product |
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |
namespace | sc::op |
Typedefs | |
using | sc::op::Op = Op_< std::function< void(double &, double)>, double > |
using | sc::op::kOp = Op_< std::function< void(KahanSum &, double)>, KahanSum > |
Functions | |
void | sc::op::fkOpSum (KahanSum &rAccum, double fVal) |
void | sc::op::fkOpSumSquare (KahanSum &rAccum, double fVal) |