Namespaces | |
namespace | Enhance |
Classes | |
class | LUT |
class | LUT_node |
class | Mat2Vec |
Typedefs | |
using | node_t = uint32_t |
using | value_type = default_type |
using | matrix_type = Eigen::Array< value_type, Eigen::Dynamic, Eigen::Dynamic > |
using | vector_type = Eigen::Array< value_type, Eigen::Dynamic, 1 > |
using | mask_type = Eigen::Array< bool, Eigen::Dynamic, Eigen::Dynamic > |
Functions | |
template<class MatrixType > | |
void | check (const MatrixType &in, const node_t num_nodes=0) |
template<class MatrixType > | |
bool | is_directed (MatrixType &in) |
template<class MatrixType > | |
void | to_symmetric (MatrixType &in) |
template<class MatrixType > | |
void | to_upper (MatrixType &in) |
void | check (const Header &) |
vector< node_t > | get_lut_mapping (const LUT &, const LUT &) |
Variables | |
const App::OptionGroup | MatrixOutputOptions |
using MR::Connectome::mask_type = typedef Eigen::Array<bool, Eigen::Dynamic, Eigen::Dynamic> |
Definition at line 39 of file connectome.h.
using MR::Connectome::matrix_type = typedef Eigen::Array<value_type, Eigen::Dynamic, Eigen::Dynamic> |
Definition at line 37 of file connectome.h.
using MR::Connectome::node_t = typedef uint32_t |
Definition at line 34 of file connectome.h.
using MR::Connectome::value_type = typedef default_type |
Definition at line 36 of file connectome.h.
using MR::Connectome::vector_type = typedef Eigen::Array<value_type, Eigen::Dynamic, 1> |
Definition at line 38 of file connectome.h.
void MR::Connectome::check | ( | const Header & | ) |
void MR::Connectome::check | ( | const MatrixType & | in, |
const node_t | num_nodes = 0 |
||
) |
Definition at line 48 of file connectome.h.
bool MR::Connectome::is_directed | ( | MatrixType & | in | ) |
Definition at line 59 of file connectome.h.
void MR::Connectome::to_symmetric | ( | MatrixType & | in | ) |
Definition at line 81 of file connectome.h.
void MR::Connectome::to_upper | ( | MatrixType & | in | ) |
Definition at line 103 of file connectome.h.
|
extern |