![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
A template for a class that approximates covariance matrices as Newick-formatted trees. More...
#include <jade.cov2nwk.hpp>
Public Types | |
typedef TValue | value_type |
The value type. More... | |
Static Public Member Functions | |
static void | execute (std::istream &in, std::ostream &out) |
Executes the program through the specified streams. More... | |
A template for a class that approximates covariance matrices as Newick-formatted trees.
Definition at line 20 of file jade.cov2nwk.hpp.
typedef TValue jade::basic_cov2nwk< TValue >::value_type |
The value type.
Definition at line 24 of file jade.cov2nwk.hpp.
|
inlinestatic |
Executes the program through the specified streams.
in | The input stream. |
out | The output stream. |
Definition at line 29 of file jade.cov2nwk.hpp.