NEURON
zgivens.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.

Functions

void zgivens (complex x, complex y, Real *c, complex *s)
 
ZVECrot_zvec (ZVEC *x, int i, int k, double c, complex s, ZVEC *out)
 
ZMATzrot_rows (ZMAT *mat, int i, int k, double c, complex s, ZMAT *out)
 
ZMATzrot_cols (ZMAT *mat, int i, int k, double c, complex s, ZMAT *out)
 

Variables

static char rcsid [] = "$Id: "
 

Function Documentation

◆ rot_zvec()

ZVEC* rot_zvec ( ZVEC x,
int  i,
int  k,
double  c,
complex  s,
ZVEC out 
)

Definition at line 79 of file zgivens.c.

◆ zgivens()

void zgivens ( complex  x,
complex  y,
Real c,
complex s 
)

Definition at line 52 of file zgivens.c.

◆ zrot_cols()

ZMAT* zrot_cols ( ZMAT mat,
int  i,
int  k,
double  c,
complex  s,
ZMAT out 
)

Definition at line 154 of file zgivens.c.

◆ zrot_rows()

ZMAT* zrot_rows ( ZMAT mat,
int  i,
int  k,
double  c,
complex  s,
ZMAT out 
)

Definition at line 114 of file zgivens.c.

Variable Documentation

◆ rcsid

char rcsid[] = "$Id: "
static

Definition at line 36 of file zgivens.c.