#ifndef EM_UTILS_HPP #define EM_UTILS_HPP #include #include "tbb/atomic.h" #include "Transcript.hpp" template void EMUpdate_(std::vector>& txpGroupLabels, std::vector>& txpGroupCombinedWeights, const std::vector& txpGroupCounts, std::vector& transcripts, const VecT& alphaIn, VecT& alphaOut); template double truncateCountVector(VecT& alphas, double cutoff); #endif // EM_UTILS_HPP