![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
A template for a class that converts Newick-formatted trees to covariance matrices. More...
#include <jade.nwk2cov.hpp>
Collaboration diagram for jade::basic_nwk2cov< TValue >:Public Types | |
| typedef TValue | value_type |
| The value type. More... | |
| typedef basic_newick_node< value_type > | newick_node_type |
| The Newick node type. More... | |
| typedef basic_matrix< value_type > | matrix_type |
| The matrix type. More... | |
| typedef basic_rerooted_tree< value_type > | rerooted_tree_type |
| The rerooted tree 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 converts Newick-formatted trees to covariance matrices.
Definition at line 20 of file jade.nwk2cov.hpp.
| typedef basic_matrix<value_type> jade::basic_nwk2cov< TValue >::matrix_type |
The matrix type.
Definition at line 30 of file jade.nwk2cov.hpp.
| typedef basic_newick_node<value_type> jade::basic_nwk2cov< TValue >::newick_node_type |
The Newick node type.
Definition at line 27 of file jade.nwk2cov.hpp.
| typedef basic_rerooted_tree<value_type> jade::basic_nwk2cov< TValue >::rerooted_tree_type |
The rerooted tree type.
Definition at line 33 of file jade.nwk2cov.hpp.
| typedef TValue jade::basic_nwk2cov< TValue >::value_type |
The value type.
Definition at line 24 of file jade.nwk2cov.hpp.
|
inlinestatic |
Executes the program through the specified streams.
| in | The input stream. |
| out | The output stream. |
Definition at line 38 of file jade.nwk2cov.hpp.
Here is the call graph for this function: