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

Go to the source code of this file.

Functions

void givens (double x, double y, Real *c, Real *s)
 
VECrot_vec (VEC *x, u_int i, u_int k, double c, double s, VEC *out)
 
MATrot_rows (MAT *mat, u_int i, u_int k, double c, double s, MAT *out)
 
MATrot_cols (MAT *mat, u_int i, u_int k, double c, double s, MAT *out)
 

Variables

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

Function Documentation

◆ givens()

void givens ( double  x,
double  y,
Real c,
Real s 
)

Definition at line 47 of file givens.c.

◆ rot_cols()

MAT* rot_cols ( MAT mat,
u_int  i,
u_int  k,
double  c,
double  s,
MAT out 
)

Definition at line 114 of file givens.c.

◆ rot_rows()

MAT* rot_rows ( MAT mat,
u_int  i,
u_int  k,
double  c,
double  s,
MAT out 
)

Definition at line 85 of file givens.c.

◆ rot_vec()

VEC* rot_vec ( VEC x,
u_int  i,
u_int  k,
double  c,
double  s,
VEC out 
)

Definition at line 61 of file givens.c.

Variable Documentation

◆ rcsid

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

Definition at line 38 of file givens.c.