LibreOffice Module sc (master) 1
Namespaces | Functions | Variables
matrixoperators.cxx File Reference
#include <matrixoperators.hxx>
Include dependency graph for matrixoperators.cxx:

Go to the source code of this file.

Namespaces

namespace  sc
 CAUTION! The following defines must be in the same namespace as the respective type.
 
namespace  sc::op
 

Functions

void sc::op::fkOpSum (KahanSum &rAccum, double fVal)
 
void sc::op::fkOpSumSquare (KahanSum &rAccum, double fVal)
 

Variables

kOp sc::op::kOpSum (0.0, fkOpSum)
 
kOp sc::op::kOpSumSquare (0.0, fkOpSumSquare)
 
std::vector< kOp > sc::op::kOpSumAndSumSquare = { kOpSum, kOpSumSquare }