NEURON
zhsehldr.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "zmatrix.h"
#include "zmatrix2.h"
#include <math.h>

Go to the source code of this file.

Macros

#define is_zero(z)   ((z).re == 0.0 && (z).im == 0.0)
 

Functions

ZVECzhhvec (ZVEC *vec, int i0, Real *beta, ZVEC *out, complex *newval)
 
ZVECzhhtrvec (ZVEC *hh, double beta, int i0, ZVEC *in, ZVEC *out)
 
ZMATzhhtrrows (ZMAT *M, int i0, int j0, ZVEC *hh, double beta)
 
ZMATzhhtrcols (ZMAT *M, int i0, int j0, ZVEC *hh, double beta)
 

Variables

static char rcsid [] = "zhsehldr.c,v 1.1 1997/12/04 17:56:08 hines Exp"
 

Macro Definition Documentation

◆ is_zero

#define is_zero (   z)    ((z).re == 0.0 && (z).im == 0.0)

Definition at line 45 of file zhsehldr.c.

Function Documentation

◆ zhhtrcols()

ZMAT* zhhtrcols ( ZMAT M,
int  i0,
int  j0,
ZVEC hh,
double  beta 
)

Definition at line 169 of file zhsehldr.c.

◆ zhhtrrows()

ZMAT* zhhtrrows ( ZMAT M,
int  i0,
int  j0,
ZVEC hh,
double  beta 
)

Definition at line 120 of file zhsehldr.c.

◆ zhhtrvec()

ZVEC* zhhtrvec ( ZVEC hh,
double  beta,
int  i0,
ZVEC in,
ZVEC out 
)

Definition at line 89 of file zhsehldr.c.

◆ zhhvec()

ZVEC* zhhvec ( ZVEC vec,
int  i0,
Real beta,
ZVEC out,
complex newval 
)

Definition at line 49 of file zhsehldr.c.

Variable Documentation

◆ rcsid

char rcsid[] = "zhsehldr.c,v 1.1 1997/12/04 17:56:08 hines Exp"
static

Definition at line 38 of file zhsehldr.c.