NEURON
lineq.cpp File Reference
#include <../../nrnconf.h>
#include "lineq.h"
#include <math.h>

Go to the source code of this file.

Macros

#define SMALL   0.
 

Functions

int matsol (void)
 

Variables

struct elm ** rowst
 
struct elm ** colst
 
unsigned neqn
 
unsigned * eqord
 
unsigned * varord
 
double * rhs
 

Macro Definition Documentation

◆ SMALL

#define SMALL   0.

Definition at line 13 of file lineq.cpp.

Function Documentation

◆ matsol()

int matsol ( void  )

Definition at line 15 of file lineq.cpp.

Variable Documentation

◆ colst

struct elm** colst

Definition at line 7 of file lineq.cpp.

◆ eqord

unsigned* eqord

Definition at line 9 of file lineq.cpp.

◆ neqn

unsigned neqn

Definition at line 8 of file lineq.cpp.

◆ rhs

double* rhs

Definition at line 11 of file lineq.cpp.

◆ rowst

struct elm** rowst

Definition at line 6 of file lineq.cpp.

◆ varord

unsigned* varord

Definition at line 10 of file lineq.cpp.