Ymir  .9
Fast\C++toolforcomputationofassemblingprobabilities,statisticalinferenceofassemblingstatisticalmodelandgenerationofartificialsequencesofT-cellreceptorsdata.
Public Member Functions | Protected Attributes | List of all members
ymir::MultiMatrixChain< _Scalar >::Node Struct Reference

Node in the chain. Stores one or more matrices with equal size. More...

#include <multimatrixchain.h>

Public Member Functions

void init (size_t start_index, matrix_ind_t n, dim_t rows, dim_t cols)
 
size_t operator() (matrix_ind_t mat, dim_t row, dim_t column) const
 
matrix_ind_t size () const
 
dim_t rows () const
 
dim_t cols () const
 
size_t start () const
 
size_t n_values () const
 

Protected Attributes

size_t _start_index
 
matrix_ind_t _n
 
dim_t _rows
 
dim_t _cols
 

Detailed Description

template<typename _Scalar>
struct ymir::MultiMatrixChain< _Scalar >::Node

Node in the chain. Stores one or more matrices with equal size.


The documentation for this struct was generated from the following file: