Rosetta
|
#include <numeric/prob_util.hh>
#include <fstream>
#include <string>
#include <utility/exit.hh>
#include <utility/vector1.hh>
Namespaces | |
numeric | |
Unit headers. | |
Functions | |
void | numeric::read_probabilities_or_die (const std::string &filename, utility::vector1< double > *probs) |
Loads normalized, per-residue probabilities from filename, storing the result in probs. Assumes line i holds the probability of sampling residue i. There must be 1 line for each residue in the pose on which this data will be used. More... | |
void | numeric::print_probabilities (const utility::vector1< double > &probs, std::ostream &out) |
Writes probs to the specified ostream. More... | |