#include "skeleton_state.h"
#include "angle_state.h"
#include <vector>
#include "auxil.h"
#include <omp.h>
Go to the source code of this file.
Functions |
template<class state_type > |
void | mean (const std::vector< double > &weights, std::vector< state_type * > states, state_type &result) |
template<class state_type > |
void | max (const std::vector< double > &weights, std::vector< state_type * > states, state_type &result) |
Function Documentation
template<class state_type >
void max |
( |
const std::vector< double > & |
weights, |
|
|
std::vector< state_type * > |
states, |
|
|
state_type & |
result | |
|
) |
| | |
template<class state_type >
void mean |
( |
const std::vector< double > & |
weights, |
|
|
std::vector< state_type * > |
states, |
|
|
state_type & |
result | |
|
) |
| | |