#include "connectome/mat2vec.h"
Definition at line 35 of file mat2vec.h.
◆ Mat2Vec()
MR::Connectome::Mat2Vec::Mat2Vec |
( |
const node_t |
i | ) |
|
|
inline |
◆ M2V() [1/2]
template<class MatType >
vector_type MR::Connectome::Mat2Vec::M2V |
( |
const MatType & |
m | ) |
const |
◆ M2V() [2/2]
template<class MatType , class VecType >
VecType & MR::Connectome::Mat2Vec::M2V |
( |
const MatType & |
m, |
|
|
VecType & |
v |
|
) |
| const |
◆ mat_size()
node_t MR::Connectome::Mat2Vec::mat_size |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
uint64_t MR::Connectome::Mat2Vec::operator() |
( |
const node_t |
i, |
|
|
const node_t |
j |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
std::pair< node_t, node_t > MR::Connectome::Mat2Vec::operator() |
( |
const uint64_t |
i | ) |
const |
|
inline |
◆ V2M() [1/2]
template<class VecType >
matrix_type MR::Connectome::Mat2Vec::V2M |
( |
const VecType & |
v | ) |
const |
◆ V2M() [2/2]
template<class VecType , class MatType >
MatType & MR::Connectome::Mat2Vec::V2M |
( |
const VecType & |
v, |
|
|
MatType & |
m |
|
) |
| const |
◆ vec_size()
uint64_t MR::Connectome::Mat2Vec::vec_size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: