NEURON
hessen.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include "matrix2.h"

Go to the source code of this file.

Functions

MATHfactor (MAT *A, VEC *diag, VEC *beta)
 
MATmakeHQ (MAT *H, VEC *diag, VEC *beta, MAT *Qout)
 
MATmakeH (MAT *H, MAT *Hout)
 

Variables

static char rcsid [] = "hessen.c,v 1.1 1997/12/04 17:55:23 hines Exp"
 

Function Documentation

◆ Hfactor()

MAT* Hfactor ( MAT A,
VEC diag,
VEC beta 
)

Definition at line 45 of file hessen.c.

◆ makeH()

MAT* makeH ( MAT H,
MAT Hout 
)

Definition at line 133 of file hessen.c.

◆ makeHQ()

MAT* makeHQ ( MAT H,
VEC diag,
VEC beta,
MAT Qout 
)

Definition at line 86 of file hessen.c.

Variable Documentation

◆ rcsid

char rcsid[] = "hessen.c,v 1.1 1997/12/04 17:55:23 hines Exp"
static

Definition at line 34 of file hessen.c.