NEURON
MatrixElement Struct Reference

#include <spdefs.h>

Public Attributes

RealNumber Real
 
int Row
 
int Col
 
struct MatrixElementNextInRow
 
struct MatrixElementNextInCol
 

Detailed Description

Definition at line 244 of file spdefs.h.

Member Data Documentation

◆ Col

int MatrixElement::Col

Definition at line 247 of file spdefs.h.

◆ NextInCol

struct MatrixElement* MatrixElement::NextInCol

Definition at line 249 of file spdefs.h.

◆ NextInRow

struct MatrixElement* MatrixElement::NextInRow

Definition at line 248 of file spdefs.h.

◆ Real

RealNumber MatrixElement::Real

Definition at line 245 of file spdefs.h.

◆ Row

int MatrixElement::Row

Definition at line 246 of file spdefs.h.


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