|
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< const std::vector< StateType > * > &draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< StateType > *draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< std::vector< StateType >> &draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< StateType > &draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< const std::vector< StateType > * > &draws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< StateType > *draws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< std::vector< StateType >> &draws) |
| |
| template<typename StateType , typename MatrixType > |
| MatrixType | hops::computeCovariance (const std::vector< StateType > &draws) |
| |