Miind
Public Member Functions | Public Attributes | List of all members
GeomLib::MatrixMasterEquation Struct Reference

#include <libs/GeomLib/MatrixMasterEquation.h>

Collaboration diagram for GeomLib::MatrixMasterEquation:
Collaboration graph

Public Member Functions

 MatrixMasterEquation (SpikingOdeSystem &, Number, Index, const Precision &, Time, Time)
 
void Initialize (Index, const vector< InputParameterSet > &)
 

Public Attributes

Index _i_reset
 
NumtoolsLib::QaDirty< double > _mat_transit
 
NumtoolsLib::ExStateDVIntegrator< MasterParameter_matrix_integrator
 
const SpikingOdeSystem_system
 
vector< Density > & _vec_density
 
vector< Density > _vec_matrix_state
 
const vector< Potential > & _vec_potential
 

Detailed Description

Definition at line 36 of file MatrixMasterEquation.h.

Constructor & Destructor Documentation

MatrixMasterEquation::MatrixMasterEquation ( SpikingOdeSystem ,
  Number,
  Index,
const Precision &  ,
  Time,
  Time 
)

Second independent solver for the master equation, based on a matrix representation so that conservation of probability can be checked easily.

Parameters
Numbersystem
Indexmaximum number of iterations of the algorithm
Timeprecision parameter for integrator
Timeinitial time time step

Definition at line 26 of file MatrixMasterEquation.cpp.

Member Function Documentation

void MatrixMasterEquation::Initialize ( Index  index,
const vector< InputParameterSet > &  vec_set 
)
Parameters
vec_setprobability index input parameter vector

Definition at line 55 of file MatrixMasterEquation.cpp.

Member Data Documentation

Index GeomLib::MatrixMasterEquation::_i_reset

Definition at line 61 of file MatrixMasterEquation.h.

NumtoolsLib::QaDirty<double> GeomLib::MatrixMasterEquation::_mat_transit

Definition at line 65 of file MatrixMasterEquation.h.

NumtoolsLib::ExStateDVIntegrator<MasterParameter> GeomLib::MatrixMasterEquation::_matrix_integrator

Definition at line 64 of file MatrixMasterEquation.h.

const SpikingOdeSystem& GeomLib::MatrixMasterEquation::_system

Definition at line 58 of file MatrixMasterEquation.h.

vector<Density>& GeomLib::MatrixMasterEquation::_vec_density

Definition at line 60 of file MatrixMasterEquation.h.

vector<Density> GeomLib::MatrixMasterEquation::_vec_matrix_state

Definition at line 62 of file MatrixMasterEquation.h.

const vector<Potential>& GeomLib::MatrixMasterEquation::_vec_potential

Definition at line 59 of file MatrixMasterEquation.h.


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