Home
last modified time | relevance | path

Searched refs:ApplyScalarOperation (Results 1 – 2 of 2) sorted by relevance

/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dmatrix.h346 …template <typename CALLBACK> HBLObjectRef ApplyScalarOperation (CALLBACK && functor, HBLObjectRef…
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp1416 template <typename CALLBACK> HBLObjectRef _Matrix::ApplyScalarOperation (CALLBACK && functor, HBL… in ApplyScalarOperation() function in _Matrix
1706 return ApplyScalarOperation ([] (hyFloat h) -> hyFloat {return log (h);}, cache); in ExecuteSingleOp()
1734 return ApplyScalarOperation ([] (hyFloat h) -> hyFloat {return -h;}, cache); in ExecuteSingleOp()
8365 … return ApplyScalarOperation ([=] (hyFloat h) -> hyFloat {return h + pValue;}, cache); in AddObj()