NEURON
MatrixElement Struct Reference

#include <spdefs.h>

Public Attributes

RealNumber Real
 
int Row
 
int Col
 
struct MatrixElementNextInRow
 
struct MatrixElementNextInCol
 

Detailed Description

Definition at line 548 of file spdefs.h.

Member Data Documentation

◆ Col

int MatrixElement::Col

Definition at line 554 of file spdefs.h.

◆ NextInCol

struct MatrixElement* MatrixElement::NextInCol

Definition at line 556 of file spdefs.h.

◆ NextInRow

struct MatrixElement* MatrixElement::NextInRow

Definition at line 555 of file spdefs.h.

◆ Real

RealNumber MatrixElement::Real

Definition at line 549 of file spdefs.h.

◆ Row

int MatrixElement::Row

Definition at line 553 of file spdefs.h.


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