queso-0.57.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
SequenceStatisticalOptions.h File Reference

A templated class that stores default statistical options. More...

Go to the source code of this file.

Classes

class  SsOptionsValues
 A templated class that stores default statistical options for a sequence of vectors, e.g. a Markov chain, a Monte Carlo input sequence, or a Monte Carlo output sequence. More...
 
class  SequenceStatisticalOptions
 A templated class that stores statistical options (optionally read from an input file) More...
 

Namespaces

 boost
 
 boost::program_options
 

Functions

std::ostream & operator<< (std::ostream &os, const SequenceStatisticalOptions &obj)
 

Detailed Description

A templated class that stores default statistical options.

Definition in file SequenceStatisticalOptions.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SequenceStatisticalOptions obj 
)

Definition at line 1457 of file SequenceStatisticalOptions.C.

References SequenceStatisticalOptions::print().

1458 {
1459  queso_deprecated();
1460 
1461  obj.print(os);
1462 
1463  return os;
1464 }
void print(std::ostream &os) const
Prints the initial discarded portion of the chain; and, optionally, other attributes of the chain...

Generated on Tue Jun 5 2018 19:48:56 for queso-0.57.1 by  doxygen 1.8.5