#include <linmod.h>
Public Member Functions | |
MatrixMap (Matrix *) | |
~MatrixMap () | |
void | alloc (int, int, Node **, int *) |
void | mmfree () |
void | add (double fac) |
Public Attributes | |
Matrix * | m_ |
int | plen_ |
double ** | pm_ |
double ** | ptree_ |
MatrixMap::~MatrixMap | ( | ) |
void MatrixMap::add | ( | double | fac | ) |
References plen_, pm_, and ptree_.
Referenced by LinearModelAddition::dkpsol(), and LinearModelAddition::lhs().
References NrnThread::_sp13mat, Node::eqn_index_, extnode, m_, mmfree(), nrn_threads, plen_, pm_, and ptree_.
Referenced by LinearModelAddition::alloc().
void MatrixMap::mmfree | ( | ) |
References nil, pm_, and ptree_.
Referenced by alloc(), LinearModelAddition::lmafree(), and ~MatrixMap().
Matrix* MatrixMap::m_ |
Referenced by add(), alloc(), and MatrixMap().
double** MatrixMap::pm_ |
Referenced by add(), alloc(), MatrixMap(), and mmfree().
double** MatrixMap::ptree_ |
Referenced by add(), alloc(), MatrixMap(), and mmfree().