LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs | Functions
matrixoperators.hxx File Reference
#include <functional>
#include <utility>
#include <vector>
#include "kahan.hxx"
Include dependency graph for matrixoperators.hxx:
This graph shows which files directly or indirectly include this file:

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)